Shades of Earls Green #B8AD19
Tints of Earls Green #B8AD19
RGB
CMYK
RGB Variations
Color information
#B8AD19 (or 0xB8AD19) is known color: Earls Green. HEX triplet: B8, AD and 19. RGB value is (184,173,25). Sum of RGB (Red+Green+Blue) = 184+173+25=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD19 is #4752E6. Grayscale: #A0A0A0. Windows color (decimal): -4674279 or 1682872. OLE color: 1682872.
HSL color Cylindrical-coordinate representation of color #B8AD19: hue angle of 55.85º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8AD19 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 25 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.28 |
| HSL | 55.85º | 0.76% | 0.41% | - |
| HSV(B) | 55.85º | 0.86% | 0.72% | - |
| XYZ | 34.89 | 40.15 | 6.83 | - |
| YUV | 159.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 25 | 0 | 0.06 | 0.86 | 0.28 | 55.85 | 0.76 | 0.41 |
| Hex | B8 | AD | 19 | 0 | 6 | 56 | 1C | 38 | 4C | 29 |
| Octal | 270 | 255 | 31 | 0 | 6 | 126 | 34 | 70 | 114 | 51 |
| Binary | 10111000 | 10101101 | 11001 | 0 | 110 | 1010110 | 11100 | 111000 | 1001100 | 101001 |
Color Harmonies of #B8AD19
Complementary color
Monochromatic Colors of #B8AD19
Black with #B8AD19
Text Example
Text Example
White with #B8AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD19; }
p { color: rgb(184,173,25); }
H1.HeaderClassName
{
color: #B8AD19;
}
.AnyTagClassName
{
color: #B8AD19;
}
</style>
background-color css
<style>
a { background-color: #B8AD19; }
a { background-color: rgb(184,173,25); }
div.DivClassName
{
background-color: #B8AD19;
}
.BgClassName
{
background-color: #B8AD19;
}
</style>
border-color css
<style>
span { border-color: #B8AD19; }
span { border-color: rgb(184,173,25); }
td.TdClassName
{
border-color: #B8AD19;
}
.TagClassName
{
border-color: #B8AD19;
}
</style>