#B9AA16

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

Shades of Earls Green #B9AA16

Tints of Earls Green #B9AA16

Color information

#B9AA16 (or 0xB9AA16) is unknown color: approx Earls Green. HEX triplet: B9, AA and 16. RGB value is (185,170,22). Sum of RGB (Red+Green+Blue) = 185+170+22=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA16 is #4655E9. Grayscale: #9E9E9E. Windows color (decimal): -4609514 or 1485497. OLE color: 1485497.

HSL color Cylindrical-coordinate representation of color #B9AA16: hue angle of 54.48º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9AA16 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18517022-
CMYK00.080.880.27
HSL54.48º78.74%40.59%-
HSV(B)54.48º88.11%72.55%-
XYZ34.5339.126.49-
YUV157.6151.47147.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 22 (8.98% from 255) = 5.84%
R=49.07%
G=45.09%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851702200.080.880.2754.4878.7440.59
HexB9AA1608581B364f29
Octal27125226010130336611751
Binary101110011010101010110010001011000110111101101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA16; }

 p { color: rgb(185,170,22); }

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

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

 a { background-color: rgb(185,170,22); }

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

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

 span { border-color: rgb(185,170,22); }

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