Shades of Earls Green #B6AC32
Tints of Earls Green #B6AC32
RGB
CMYK
RGB Variations
Color information
#B6AC32 (or 0xB6AC32) is known color: 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
| RGB | 182 | 172 | 50 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.29 |
| HSL | 55.45º | 0.57% | 0.45% | - |
| HSV(B) | 55.45º | 0.73% | 0.71% | - |
| XYZ | 34.62 | 39.68 | 8.85 | - |
| YUV | 161.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 50 | 0 | 0.05 | 0.73 | 0.29 | 55.45 | 0.57 | 0.45 |
| Hex | B6 | AC | 32 | 0 | 5 | 49 | 1D | 37 | 39 | 2D |
| Octal | 266 | 254 | 62 | 0 | 5 | 111 | 35 | 67 | 71 | 55 |
| Binary | 10110110 | 10101100 | 110010 | 0 | 101 | 1001001 | 11101 | 110111 | 111001 | 101101 |
Color Harmonies of #B6AC32
Complementary color
Monochromatic Colors of #B6AC32
Black with #B6AC32
Text Example
Text Example
White with #B6AC32
Text Example
Text Example
HTML Codes & Css Web 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>