#b9b325

Color #B9B325 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B9B325

Tints of Earls Green #B9B325

Color information

#B9B325 (or 0xB9B325) is unknown color: approx Earls Green. HEX triplet: B9, B3 and 25. RGB value is (185,179,37). Sum of RGB (Red+Green+Blue) = 185+179+37=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B325 is #464CDA. Grayscale: #A5A5A5. Windows color (decimal): -4607195 or 2470841. OLE color: 2470841.

HSL color Cylindrical-coordinate representation of color #B9B325: hue angle of 57.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9B325 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18517937-
CMYK00.030.800.27
HSL57.57º66.67%43.53%-
HSV(B)57.57º80%72.55%-
XYZ36.4642.698.07-
YUV164.6155.99142.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 37 (14.84% from 255) = 9.23%
R=46.13%
G=44.64%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851793700.030.800.2757.5766.6743.53
HexB9B32503501B3a432c
Octal2712634503120337210354
Binary10111001101100111001010111010000110111110101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9b325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9b325; }

 p { color: rgb(185,179,37); }

 H1.HeaderClassName
 {
   color: #b9b325;
 }
 .AnyTagClassName
 {
   color: #b9b325;
 }
</style>
background-color css

<style>
 a { background-color: #b9b325; }

 a { background-color: rgb(185,179,37); }

 div.DivClassName
 {
   background-color: #b9b325;
 }
 .BgClassName
 {
   background-color: #b9b325;
 }
</style>
border-color css

<style>
 span { border-color: #b9b325; }

 span { border-color: rgb(185,179,37); }

 td.TdClassName
 {
   border-color: #b9b325;
 }
 .TagClassName
 {
   border-color: #b9b325;
 }
</style>