Shades of Earls Green #B8AD1E
Tints of Earls Green #B8AD1E
RGB
CMYK
RGB Variations
Color information
#B8AD1E (or 0xB8AD1E) is known color: Earls Green. HEX triplet: B8, AD and 1E. RGB value is (184,173,30). Sum of RGB (Red+Green+Blue) = 184+173+30=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD1E is #4752E1. Grayscale: #A0A0A0. Windows color (decimal): -4674274 or 2010552. OLE color: 2010552.
HSL color Cylindrical-coordinate representation of color #B8AD1E: hue angle of 55.71º 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 #B8AD1E is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 30 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.28 |
| HSL | 55.71º | 0.72% | 0.42% | - |
| HSV(B) | 55.71º | 0.84% | 0.72% | - |
| XYZ | 34.95 | 40.17 | 7.14 | - |
| YUV | 159.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 30 | 0 | 0.06 | 0.84 | 0.28 | 55.71 | 0.72 | 0.42 |
| Hex | B8 | AD | 1E | 0 | 6 | 54 | 1C | 38 | 48 | 2A |
| Octal | 270 | 255 | 36 | 0 | 6 | 124 | 34 | 70 | 110 | 52 |
| Binary | 10111000 | 10101101 | 11110 | 0 | 110 | 1010100 | 11100 | 111000 | 1001000 | 101010 |
Color Harmonies of #B8AD1E
Complementary color
Monochromatic Colors of #B8AD1E
Black with #B8AD1E
Text Example
Text Example
White with #B8AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD1E; }
p { color: rgb(184,173,30); }
H1.HeaderClassName
{
color: #B8AD1E;
}
.AnyTagClassName
{
color: #B8AD1E;
}
</style>
background-color css
<style>
a { background-color: #B8AD1E; }
a { background-color: rgb(184,173,30); }
div.DivClassName
{
background-color: #B8AD1E;
}
.BgClassName
{
background-color: #B8AD1E;
}
</style>
border-color css
<style>
span { border-color: #B8AD1E; }
span { border-color: rgb(184,173,30); }
td.TdClassName
{
border-color: #B8AD1E;
}
.TagClassName
{
border-color: #B8AD1E;
}
</style>