Shades of Earls Green #B8AC13
Tints of Earls Green #B8AC13
RGB
CMYK
RGB Variations
Color information
#B8AC13 (or 0xB8AC13) is known color: Earls Green. HEX triplet: B8, AC and 13. RGB value is (184,172,19). Sum of RGB (Red+Green+Blue) = 184+172+19=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AC13 is #4753EC. Grayscale: #9E9E9E. Windows color (decimal): -4674541 or 1289400. OLE color: 1289400.
HSL color Cylindrical-coordinate representation of color #B8AC13: hue angle of 55.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8AC13 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 19 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.28 |
| HSL | 55.64º | 0.81% | 0.4% | - |
| HSV(B) | 55.64º | 0.9% | 0.72% | - |
| XYZ | 34.64 | 39.74 | 6.46 | - |
| YUV | 158.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 19 | 0 | 0.07 | 0.90 | 0.28 | 55.64 | 0.81 | 0.4 |
| Hex | B8 | AC | 13 | 0 | 7 | 5A | 1C | 38 | 51 | 28 |
| Octal | 270 | 254 | 23 | 0 | 7 | 132 | 34 | 70 | 121 | 50 |
| Binary | 10111000 | 10101100 | 10011 | 0 | 111 | 1011010 | 11100 | 111000 | 1010001 | 101000 |
Color Harmonies of #B8AC13
Complementary color
Monochromatic Colors of #B8AC13
Black with #B8AC13
Text Example
Text Example
White with #B8AC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC13; }
p { color: rgb(184,172,19); }
H1.HeaderClassName
{
color: #B8AC13;
}
.AnyTagClassName
{
color: #B8AC13;
}
</style>
background-color css
<style>
a { background-color: #B8AC13; }
a { background-color: rgb(184,172,19); }
div.DivClassName
{
background-color: #B8AC13;
}
.BgClassName
{
background-color: #B8AC13;
}
</style>
border-color css
<style>
span { border-color: #B8AC13; }
span { border-color: rgb(184,172,19); }
td.TdClassName
{
border-color: #B8AC13;
}
.TagClassName
{
border-color: #B8AC13;
}
</style>