Shades of Earls Green #B6AB32
Tints of Earls Green #B6AB32
RGB
CMYK
RGB Variations
Color information
#B6AB32 (or 0xB6AB32) is known color: Earls Green. HEX triplet: B6, AB and 32. RGB value is (182,171,50). Sum of RGB (Red+Green+Blue) = 182+171+50=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB32 is #4954CD. Grayscale: #A0A0A0. Windows color (decimal): -4805838 or 3320758. OLE color: 3320758.
HSL color Cylindrical-coordinate representation of color #B6AB32: hue angle of 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 #B6AB32 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 171 | 50 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.29 |
| HSL | 55º | 0.57% | 0.45% | - |
| HSV(B) | 55º | 0.73% | 0.71% | - |
| XYZ | 34.43 | 39.3 | 8.79 | - |
| YUV | 160.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 50 | 0 | 0.06 | 0.73 | 0.29 | 55 | 0.57 | 0.45 |
| Hex | B6 | AB | 32 | 0 | 6 | 49 | 1D | 37 | 39 | 2D |
| Octal | 266 | 253 | 62 | 0 | 6 | 111 | 35 | 67 | 71 | 55 |
| Binary | 10110110 | 10101011 | 110010 | 0 | 110 | 1001001 | 11101 | 110111 | 111001 | 101101 |
Color Harmonies of #B6AB32
Complementary color
Monochromatic Colors of #B6AB32
Black with #B6AB32
Text Example
Text Example
White with #B6AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AB32; }
p { color: rgb(182,171,50); }
H1.HeaderClassName
{
color: #B6AB32;
}
.AnyTagClassName
{
color: #B6AB32;
}
</style>
background-color css
<style>
a { background-color: #B6AB32; }
a { background-color: rgb(182,171,50); }
div.DivClassName
{
background-color: #B6AB32;
}
.BgClassName
{
background-color: #B6AB32;
}
</style>
border-color css
<style>
span { border-color: #B6AB32; }
span { border-color: rgb(182,171,50); }
td.TdClassName
{
border-color: #B6AB32;
}
.TagClassName
{
border-color: #B6AB32;
}
</style>