Shades of Earls Green #B8A42E
Tints of Earls Green #B8A42E
RGB
CMYK
RGB Variations
Color information
#B8A42E (or 0xB8A42E) is known color: Earls Green. HEX triplet: B8, A4 and 2E. RGB value is (184,164,46). Sum of RGB (Red+Green+Blue) = 184+164+46=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A42E is #475BD1. Grayscale: #9D9D9D. Windows color (decimal): -4676562 or 3056824. OLE color: 3056824.
HSL color Cylindrical-coordinate representation of color #B8A42E: hue angle of 51.3º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8A42E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 46 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.28 |
| HSL | 51.3º | 0.6% | 0.45% | - |
| HSV(B) | 51.3º | 0.75% | 0.72% | - |
| XYZ | 33.54 | 36.94 | 7.95 | - |
| YUV | 156.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 46 | 0 | 0.11 | 0.75 | 0.28 | 51.3 | 0.6 | 0.45 |
| Hex | B8 | A4 | 2E | 0 | B | 4B | 1C | 33 | 3C | 2D |
| Octal | 270 | 244 | 56 | 0 | 13 | 113 | 34 | 63 | 74 | 55 |
| Binary | 10111000 | 10100100 | 101110 | 0 | 1011 | 1001011 | 11100 | 110011 | 111100 | 101101 |
Color Harmonies of #B8A42E
Complementary color
Monochromatic Colors of #B8A42E
Black with #B8A42E
Text Example
Text Example
White with #B8A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A42E; }
p { color: rgb(184,164,46); }
H1.HeaderClassName
{
color: #B8A42E;
}
.AnyTagClassName
{
color: #B8A42E;
}
</style>
background-color css
<style>
a { background-color: #B8A42E; }
a { background-color: rgb(184,164,46); }
div.DivClassName
{
background-color: #B8A42E;
}
.BgClassName
{
background-color: #B8A42E;
}
</style>
border-color css
<style>
span { border-color: #B8A42E; }
span { border-color: rgb(184,164,46); }
td.TdClassName
{
border-color: #B8A42E;
}
.TagClassName
{
border-color: #B8A42E;
}
</style>