#B9AC31

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

Shades of Earls Green #B9AC31

Tints of Earls Green #B9AC31

Color information

#B9AC31 (or 0xB9AC31) is unknown color: approx Earls Green. HEX triplet: B9, AC and 31. RGB value is (185,172,49). Sum of RGB (Red+Green+Blue) = 185+172+49=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC31 is #4653CE. Grayscale: #A2A2A2. Windows color (decimal): -4608975 or 3255481. OLE color: 3255481.

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

Color convert

RGB18517249-
CMYK00.070.740.27
HSL54.26º58.12%45.88%-
HSV(B)54.26º73.51%72.55%-
XYZ35.3140.048.77-
YUV161.8664.31144.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 49 (19.53% from 255) = 12.07%
R=45.57%
G=42.36%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851724900.070.740.2754.2658.1245.88
HexB9AC31074A1B363a2e
Octal271254610711233667256
Binary10111001101011001100010111100101011011110110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC31; }

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

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

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

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

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

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

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

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