Shades of Earls Green #B8AD15
Tints of Earls Green #B8AD15
RGB
CMYK
RGB Variations
Color information
#B8AD15 (or 0xB8AD15) is known color: Earls Green. HEX triplet: B8, AD and 15. RGB value is (184,173,21). Sum of RGB (Red+Green+Blue) = 184+173+21=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD15 is #4752EA. Grayscale: #9F9F9F. Windows color (decimal): -4674283 or 1420728. OLE color: 1420728.
HSL color Cylindrical-coordinate representation of color #B8AD15: hue angle of 55.95º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8AD15 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 21 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.28 |
| HSL | 55.95º | 0.8% | 0.4% | - |
| HSV(B) | 55.95º | 0.89% | 0.72% | - |
| XYZ | 34.85 | 40.13 | 6.62 | - |
| YUV | 158.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 21 | 0 | 0.06 | 0.89 | 0.28 | 55.95 | 0.8 | 0.4 |
| Hex | B8 | AD | 15 | 0 | 6 | 59 | 1C | 38 | 50 | 28 |
| Octal | 270 | 255 | 25 | 0 | 6 | 131 | 34 | 70 | 120 | 50 |
| Binary | 10111000 | 10101101 | 10101 | 0 | 110 | 1011001 | 11100 | 111000 | 1010000 | 101000 |
Color Harmonies of #B8AD15
Complementary color
Monochromatic Colors of #B8AD15
Black with #B8AD15
Text Example
Text Example
White with #B8AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD15; }
p { color: rgb(184,173,21); }
H1.HeaderClassName
{
color: #B8AD15;
}
.AnyTagClassName
{
color: #B8AD15;
}
</style>
background-color css
<style>
a { background-color: #B8AD15; }
a { background-color: rgb(184,173,21); }
div.DivClassName
{
background-color: #B8AD15;
}
.BgClassName
{
background-color: #B8AD15;
}
</style>
border-color css
<style>
span { border-color: #B8AD15; }
span { border-color: rgb(184,173,21); }
td.TdClassName
{
border-color: #B8AD15;
}
.TagClassName
{
border-color: #B8AD15;
}
</style>