Shades of Earls Green #B6AA32
Tints of Earls Green #B6AA32
RGB
CMYK
RGB Variations
Color information
#B6AA32 (or 0xB6AA32) is known color: Earls Green. HEX triplet: B6, AA and 32. RGB value is (182,170,50). Sum of RGB (Red+Green+Blue) = 182+170+50=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AA32 is #4955CD. Grayscale: #A0A0A0. Windows color (decimal): -4806094 or 3320502. OLE color: 3320502.
HSL color Cylindrical-coordinate representation of color #B6AA32: hue angle of 54.55º 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 #B6AA32 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 170 | 50 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.29 |
| HSL | 54.55º | 0.57% | 0.45% | - |
| HSV(B) | 54.55º | 0.73% | 0.71% | - |
| XYZ | 34.24 | 38.92 | 8.73 | - |
| YUV | 159.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 50 | 0 | 0.07 | 0.73 | 0.29 | 54.55 | 0.57 | 0.45 |
| Hex | B6 | AA | 32 | 0 | 7 | 49 | 1D | 37 | 39 | 2D |
| Octal | 266 | 252 | 62 | 0 | 7 | 111 | 35 | 67 | 71 | 55 |
| Binary | 10110110 | 10101010 | 110010 | 0 | 111 | 1001001 | 11101 | 110111 | 111001 | 101101 |
Color Harmonies of #B6AA32
Complementary color
Monochromatic Colors of #B6AA32
Black with #B6AA32
Text Example
Text Example
White with #B6AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AA32; }
p { color: rgb(182,170,50); }
H1.HeaderClassName
{
color: #B6AA32;
}
.AnyTagClassName
{
color: #B6AA32;
}
</style>
background-color css
<style>
a { background-color: #B6AA32; }
a { background-color: rgb(182,170,50); }
div.DivClassName
{
background-color: #B6AA32;
}
.BgClassName
{
background-color: #B6AA32;
}
</style>
border-color css
<style>
span { border-color: #B6AA32; }
span { border-color: rgb(182,170,50); }
td.TdClassName
{
border-color: #B6AA32;
}
.TagClassName
{
border-color: #B6AA32;
}
</style>