#B2AC13

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

Shades of Earls Green #B2AC13

Tints of Earls Green #B2AC13

Color information

#B2AC13 (or 0xB2AC13) is unknown color: approx Earls Green. HEX triplet: B2, AC and 13. RGB value is (178,172,19). Sum of RGB (Red+Green+Blue) = 178+172+19=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AC13 is #4D53EC. Grayscale: #9C9C9C. Windows color (decimal): -5067757 or 1289394. OLE color: 1289394.

HSL color Cylindrical-coordinate representation of color #B2AC13: hue angle of 57.74º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2AC13 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB17817219-
CMYK00.030.890.30
HSL57.74º80.71%38.63%-
HSV(B)57.74º89.33%69.8%-
XYZ33.2339.026.4-
YUV156.3550.49143.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 19 (7.81% from 255) = 5.15%
R=48.24%
G=46.61%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781721900.030.890.3057.7480.7138.63
HexB2AC1303591E3a5127
Octal2622542303131367212147
Binary1011001010101100100110111011001111101110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC13; }

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

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

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

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

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

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

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

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