#B9AA0C

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

Shades of Earls Green #B9AA0C

Tints of Earls Green #B9AA0C

Color information

#B9AA0C (or 0xB9AA0C) is unknown color: approx Earls Green. HEX triplet: B9, AA and 0C. RGB value is (185,170,12). Sum of RGB (Red+Green+Blue) = 185+170+12=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA0C is #4655F3. Grayscale: #9D9D9D. Windows color (decimal): -4609524 or 830137. OLE color: 830137.

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

Color convert

RGB18517012-
CMYK00.080.940.27
HSL54.8º87.82%38.63%-
HSV(B)54.8º93.51%72.55%-
XYZ34.4539.096.08-
YUV156.4746.47148.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 12 (5.08% from 255) = 3.27%
R=50.41%
G=46.32%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851701200.080.940.2754.887.8238.63
HexB9AAC085E1B375827
Octal27125214010136336713047
Binary10111001101010101100010001011110110111101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA0C; }

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

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

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

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

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

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

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

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