#B9A90C

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

Shades of Earls Green #B9A90C

Tints of Earls Green #B9A90C

Color information

#B9A90C (or 0xB9A90C) is unknown color: approx Earls Green. HEX triplet: B9, A9 and 0C. RGB value is (185,169,12). Sum of RGB (Red+Green+Blue) = 185+169+12=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A90C is #4656F3. Grayscale: #9C9C9C. Windows color (decimal): -4609780 or 829881. OLE color: 829881.

HSL color Cylindrical-coordinate representation of color #B9A90C: hue angle of 54.45º 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 #B9A90C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18516912-
CMYK00.090.940.27
HSL54.45º87.82%38.63%-
HSV(B)54.45º93.51%72.55%-
XYZ34.2638.726.02-
YUV155.8946.8148.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 169 (66.41% from 255) = 46.17%
BLUE value IS 12 (5.08% from 255) = 3.28%
R=50.55%
G=46.17%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851691200.090.940.2754.4587.8238.63
HexB9A9C095E1B365827
Octal27125114011136336613047
Binary10111001101010011100010011011110110111101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A90C; }

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

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

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

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

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

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

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

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