Shades of Earls Green #B6AB0C
Tints of Earls Green #B6AB0C
RGB
CMYK
RGB Variations
Color information
#B6AB0C (or 0xB6AB0C) is known color: Earls Green. HEX triplet: B6, AB and 0C. RGB value is (182,171,12). Sum of RGB (Red+Green+Blue) = 182+171+12=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AB0C is #4954F3. Grayscale: #9C9C9C. Windows color (decimal): -4805876 or 830390. OLE color: 830390.
HSL color Cylindrical-coordinate representation of color #B6AB0C: hue angle of 56.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6AB0C is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 171 | 12 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.29 |
| HSL | 56.12º | 0.88% | 0.38% | - |
| HSV(B) | 56.12º | 0.93% | 0.71% | - |
| XYZ | 33.92 | 39.1 | 6.11 | - |
| YUV | 156.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 12 | 0 | 0.06 | 0.93 | 0.29 | 56.12 | 0.88 | 0.38 |
| Hex | B6 | AB | C | 0 | 6 | 5D | 1D | 38 | 58 | 26 |
| Octal | 266 | 253 | 14 | 0 | 6 | 135 | 35 | 70 | 130 | 46 |
| Binary | 10110110 | 10101011 | 1100 | 0 | 110 | 1011101 | 11101 | 111000 | 1011000 | 100110 |
Color Harmonies of #B6AB0C
Complementary color
Monochromatic Colors of #B6AB0C
Black with #B6AB0C
Text Example
Text Example
White with #B6AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AB0C; }
p { color: rgb(182,171,12); }
H1.HeaderClassName
{
color: #B6AB0C;
}
.AnyTagClassName
{
color: #B6AB0C;
}
</style>
background-color css
<style>
a { background-color: #B6AB0C; }
a { background-color: rgb(182,171,12); }
div.DivClassName
{
background-color: #B6AB0C;
}
.BgClassName
{
background-color: #B6AB0C;
}
</style>
border-color css
<style>
span { border-color: #B6AB0C; }
span { border-color: rgb(182,171,12); }
td.TdClassName
{
border-color: #B6AB0C;
}
.TagClassName
{
border-color: #B6AB0C;
}
</style>