#B9AC13

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

Shades of Earls Green #B9AC13

Tints of Earls Green #B9AC13

Color information

#B9AC13 (or 0xB9AC13) is unknown color: approx Earls Green. HEX triplet: B9, AC and 13. RGB value is (185,172,19). Sum of RGB (Red+Green+Blue) = 185+172+19=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AC13 is #4653EC. Grayscale: #9F9F9F. Windows color (decimal): -4609005 or 1289401. OLE color: 1289401.

HSL color Cylindrical-coordinate representation of color #B9AC13: hue angle of 55.3º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9AC13 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18517219-
CMYK00.070.900.27
HSL55.3º81.37%40%-
HSV(B)55.3º89.73%72.55%-
XYZ34.8839.876.47-
YUV158.4449.31146.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 19 (7.81% from 255) = 5.05%
R=49.20%
G=45.74%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851721900.070.900.2755.381.3740
HexB9AC13075A1B375128
Octal2712542307132336712150
Binary10111001101011001001101111011010110111101111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC13; }

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

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

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

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

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

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

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

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