#B9B522

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

Shades of Earls Green #B9B522

Tints of Earls Green #B9B522

Color information

#B9B522 (or 0xB9B522) is unknown color: approx Earls Green. HEX triplet: B9, B5 and 22. RGB value is (185,181,34). Sum of RGB (Red+Green+Blue) = 185+181+34=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B522 is #464ADD. Grayscale: #A6A6A6. Windows color (decimal): -4606686 or 2274745. OLE color: 2274745.

HSL color Cylindrical-coordinate representation of color #B9B522: hue angle of 58.41º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9B522 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18518134-
CMYK00.020.820.27
HSL58.41º68.95%42.94%-
HSV(B)58.41º81.62%72.55%-
XYZ36.8243.487.96-
YUV165.4453.83141.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 181 (71.09% from 255) = 45.25%
BLUE value IS 34 (13.67% from 255) = 8.5%
R=46.25%
G=45.25%
B=8.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851813400.020.820.2758.4168.9542.94
HexB9B52202521B3a452b
Octal2712654202122337210553
Binary10111001101101011000100101010010110111110101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B522; }

 p { color: rgb(185,181,34); }

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

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

 a { background-color: rgb(185,181,34); }

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

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

 span { border-color: rgb(185,181,34); }

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