#B6AC32

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

Shades of Earls Green #B6AC32

Tints of Earls Green #B6AC32

Color information

#B6AC32 (or 0xB6AC32) is unknown color: approx Earls Green. HEX triplet: B6, AC and 32. RGB value is (182,172,50). Sum of RGB (Red+Green+Blue) = 182+172+50=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC32 is #4953CD. Grayscale: #A1A1A1. Windows color (decimal): -4805582 or 3321014. OLE color: 3321014.

HSL color Cylindrical-coordinate representation of color #B6AC32: hue angle of 55.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6AC32 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18217250-
CMYK00.050.730.29
HSL55.45º56.9%45.49%-
HSV(B)55.45º72.53%71.37%-
XYZ34.6239.688.85-
YUV161.0865.31142.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 50 (19.92% from 255) = 12.38%
R=45.05%
G=42.57%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821725000.050.730.2955.4556.945.49
HexB6AC3205491D37392d
Octal266254620511135677155
Binary10110110101011001100100101100100111101110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC32; }

 p { color: rgb(182,172,50); }

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

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

 a { background-color: rgb(182,172,50); }

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

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

 span { border-color: rgb(182,172,50); }

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