Shades of Earls Green #B8AB18
Tints of Earls Green #B8AB18
RGB
CMYK
RGB Variations
Color information
#B8AB18 (or 0xB8AB18) is known color: Earls Green. HEX triplet: B8, AB and 18. RGB value is (184,171,24). Sum of RGB (Red+Green+Blue) = 184+171+24=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AB18 is #4754E7. Grayscale: #9E9E9E. Windows color (decimal): -4674792 or 1616824. OLE color: 1616824.
HSL color Cylindrical-coordinate representation of color #B8AB18: hue angle of 55.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8AB18 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 24 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.28 |
| HSL | 55.13º | 0.77% | 0.41% | - |
| HSV(B) | 55.13º | 0.87% | 0.72% | - |
| XYZ | 34.49 | 39.38 | 6.65 | - |
| YUV | 158.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 24 | 0 | 0.07 | 0.87 | 0.28 | 55.13 | 0.77 | 0.41 |
| Hex | B8 | AB | 18 | 0 | 7 | 57 | 1C | 37 | 4D | 29 |
| Octal | 270 | 253 | 30 | 0 | 7 | 127 | 34 | 67 | 115 | 51 |
| Binary | 10111000 | 10101011 | 11000 | 0 | 111 | 1010111 | 11100 | 110111 | 1001101 | 101001 |
Color Harmonies of #B8AB18
Complementary color
Monochromatic Colors of #B8AB18
Black with #B8AB18
Text Example
Text Example
White with #B8AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB18; }
p { color: rgb(184,171,24); }
H1.HeaderClassName
{
color: #B8AB18;
}
.AnyTagClassName
{
color: #B8AB18;
}
</style>
background-color css
<style>
a { background-color: #B8AB18; }
a { background-color: rgb(184,171,24); }
div.DivClassName
{
background-color: #B8AB18;
}
.BgClassName
{
background-color: #B8AB18;
}
</style>
border-color css
<style>
span { border-color: #B8AB18; }
span { border-color: rgb(184,171,24); }
td.TdClassName
{
border-color: #B8AB18;
}
.TagClassName
{
border-color: #B8AB18;
}
</style>