Shades of Earls Green #B8AA1E
Tints of Earls Green #B8AA1E
RGB
CMYK
RGB Variations
Color information
#B8AA1E (or 0xB8AA1E) is known color: Earls Green. HEX triplet: B8, AA and 1E. RGB value is (184,170,30). Sum of RGB (Red+Green+Blue) = 184+170+30=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AA1E is #4755E1. Grayscale: #9E9E9E. Windows color (decimal): -4675042 or 2009784. OLE color: 2009784.
HSL color Cylindrical-coordinate representation of color #B8AA1E: hue angle of 54.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8AA1E is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 30 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.28 |
| HSL | 54.55º | 0.72% | 0.42% | - |
| HSV(B) | 54.55º | 0.84% | 0.72% | - |
| XYZ | 34.38 | 39.03 | 6.95 | - |
| YUV | 158.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 30 | 0 | 0.08 | 0.84 | 0.28 | 54.55 | 0.72 | 0.42 |
| Hex | B8 | AA | 1E | 0 | 8 | 54 | 1C | 37 | 48 | 2A |
| Octal | 270 | 252 | 36 | 0 | 10 | 124 | 34 | 67 | 110 | 52 |
| Binary | 10111000 | 10101010 | 11110 | 0 | 1000 | 1010100 | 11100 | 110111 | 1001000 | 101010 |
Color Harmonies of #B8AA1E
Complementary color
Monochromatic Colors of #B8AA1E
Black with #B8AA1E
Text Example
Text Example
White with #B8AA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA1E; }
p { color: rgb(184,170,30); }
H1.HeaderClassName
{
color: #B8AA1E;
}
.AnyTagClassName
{
color: #B8AA1E;
}
</style>
background-color css
<style>
a { background-color: #B8AA1E; }
a { background-color: rgb(184,170,30); }
div.DivClassName
{
background-color: #B8AA1E;
}
.BgClassName
{
background-color: #B8AA1E;
}
</style>
border-color css
<style>
span { border-color: #B8AA1E; }
span { border-color: rgb(184,170,30); }
td.TdClassName
{
border-color: #B8AA1E;
}
.TagClassName
{
border-color: #B8AA1E;
}
</style>