#B9AA1D

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

Shades of Earls Green #B9AA1D

Tints of Earls Green #B9AA1D

Color information

#B9AA1D (or 0xB9AA1D) is unknown color: approx Earls Green. HEX triplet: B9, AA and 1D. RGB value is (185,170,29). Sum of RGB (Red+Green+Blue) = 185+170+29=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA1D is #4655E2. Grayscale: #9E9E9E. Windows color (decimal): -4609507 or 1944249. OLE color: 1944249.

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

Color convert

RGB18517029-
CMYK00.080.840.27
HSL54.23º72.9%41.96%-
HSV(B)54.23º84.32%72.55%-
XYZ34.639.156.9-
YUV158.4154.97146.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 29 (11.72% from 255) = 7.55%
R=48.18%
G=44.27%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851702900.080.840.2754.2372.941.96
HexB9AA1D08541B36492a
Octal27125235010124336611152
Binary101110011010101011101010001010100110111101101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA1D; }

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

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

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

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

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

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

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

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