Shades of Earls Green #B8AB17
Tints of Earls Green #B8AB17
RGB
CMYK
RGB Variations
Color information
#B8AB17 (or 0xB8AB17) is known color: Earls Green. HEX triplet: B8, AB and 17. RGB value is (184,171,23). Sum of RGB (Red+Green+Blue) = 184+171+23=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AB17 is #4754E8. Grayscale: #9E9E9E. Windows color (decimal): -4674793 or 1551288. OLE color: 1551288.
HSL color Cylindrical-coordinate representation of color #B8AB17: hue angle of 55.16º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8AB17 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 23 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.28 |
| HSL | 55.16º | 0.78% | 0.41% | - |
| HSV(B) | 55.16º | 0.88% | 0.72% | - |
| XYZ | 34.48 | 39.38 | 6.59 | - |
| YUV | 158.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 23 | 0 | 0.07 | 0.88 | 0.28 | 55.16 | 0.78 | 0.41 |
| Hex | B8 | AB | 17 | 0 | 7 | 58 | 1C | 37 | 4E | 29 |
| Octal | 270 | 253 | 27 | 0 | 7 | 130 | 34 | 67 | 116 | 51 |
| Binary | 10111000 | 10101011 | 10111 | 0 | 111 | 1011000 | 11100 | 110111 | 1001110 | 101001 |
Color Harmonies of #B8AB17
Complementary color
Monochromatic Colors of #B8AB17
Black with #B8AB17
Text Example
Text Example
White with #B8AB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB17; }
p { color: rgb(184,171,23); }
H1.HeaderClassName
{
color: #B8AB17;
}
.AnyTagClassName
{
color: #B8AB17;
}
</style>
background-color css
<style>
a { background-color: #B8AB17; }
a { background-color: rgb(184,171,23); }
div.DivClassName
{
background-color: #B8AB17;
}
.BgClassName
{
background-color: #B8AB17;
}
</style>
border-color css
<style>
span { border-color: #B8AB17; }
span { border-color: rgb(184,171,23); }
td.TdClassName
{
border-color: #B8AB17;
}
.TagClassName
{
border-color: #B8AB17;
}
</style>