#B9AA31

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

Shades of Earls Green #B9AA31

Tints of Earls Green #B9AA31

Color information

#B9AA31 (or 0xB9AA31) is unknown color: approx Earls Green. HEX triplet: B9, AA and 31. RGB value is (185,170,49). Sum of RGB (Red+Green+Blue) = 185+170+49=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA31 is #4655CE. Grayscale: #A1A1A1. Windows color (decimal): -4609487 or 3254969. OLE color: 3254969.

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

Color convert

RGB18517049-
CMYK00.080.740.27
HSL53.38º58.12%45.88%-
HSV(B)53.38º73.51%72.55%-
XYZ34.9439.298.65-
YUV160.6964.97145.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 49 (19.53% from 255) = 12.13%
R=45.79%
G=42.08%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851704900.080.740.2753.3858.1245.88
HexB9AA31084A1B353a2e
Octal2712526101011233657256
Binary101110011010101011000101000100101011011110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA31; }

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

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

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

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

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

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

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

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