Shades of Earls Green #B8A41E
Tints of Earls Green #B8A41E
RGB
CMYK
RGB Variations
Color information
#B8A41E (or 0xB8A41E) is known color: Earls Green. HEX triplet: B8, A4 and 1E. RGB value is (184,164,30). Sum of RGB (Red+Green+Blue) = 184+164+30=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A41E is #475BE1. Grayscale: #9B9B9B. Windows color (decimal): -4676578 or 2008248. OLE color: 2008248.
HSL color Cylindrical-coordinate representation of color #B8A41E: hue angle of 52.21º 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 #B8A41E is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 30 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.28 |
| HSL | 52.21º | 0.72% | 0.42% | - |
| HSV(B) | 52.21º | 0.84% | 0.72% | - |
| XYZ | 33.28 | 36.84 | 6.58 | - |
| YUV | 154.7 | 57.63 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 30 | 0 | 0.11 | 0.84 | 0.28 | 52.21 | 0.72 | 0.42 |
| Hex | B8 | A4 | 1E | 0 | B | 54 | 1C | 34 | 48 | 2A |
| Octal | 270 | 244 | 36 | 0 | 13 | 124 | 34 | 64 | 110 | 52 |
| Binary | 10111000 | 10100100 | 11110 | 0 | 1011 | 1010100 | 11100 | 110100 | 1001000 | 101010 |
Color Harmonies of #B8A41E
Complementary color
Monochromatic Colors of #B8A41E
Black with #B8A41E
Text Example
Text Example
White with #B8A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A41E; }
p { color: rgb(184,164,30); }
H1.HeaderClassName
{
color: #B8A41E;
}
.AnyTagClassName
{
color: #B8A41E;
}
</style>
background-color css
<style>
a { background-color: #B8A41E; }
a { background-color: rgb(184,164,30); }
div.DivClassName
{
background-color: #B8A41E;
}
.BgClassName
{
background-color: #B8A41E;
}
</style>
border-color css
<style>
span { border-color: #B8A41E; }
span { border-color: rgb(184,164,30); }
td.TdClassName
{
border-color: #B8A41E;
}
.TagClassName
{
border-color: #B8A41E;
}
</style>