Shades of Earls Green #B8A617
Tints of Earls Green #B8A617
RGB
CMYK
RGB Variations
Color information
#B8A617 (or 0xB8A617) is known color: Earls Green. HEX triplet: B8, A6 and 17. RGB value is (184,166,23). Sum of RGB (Red+Green+Blue) = 184+166+23=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A617 is #4759E8. Grayscale: #9B9B9B. Windows color (decimal): -4676073 or 1550008. OLE color: 1550008.
HSL color Cylindrical-coordinate representation of color #B8A617: hue angle of 53.29º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8A617 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 23 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.28 |
| HSL | 53.29º | 0.78% | 0.41% | - |
| HSV(B) | 53.29º | 0.88% | 0.72% | - |
| XYZ | 33.56 | 37.52 | 6.28 | - |
| YUV | 155.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 23 | 0 | 0.10 | 0.88 | 0.28 | 53.29 | 0.78 | 0.41 |
| Hex | B8 | A6 | 17 | 0 | A | 58 | 1C | 35 | 4E | 29 |
| Octal | 270 | 246 | 27 | 0 | 12 | 130 | 34 | 65 | 116 | 51 |
| Binary | 10111000 | 10100110 | 10111 | 0 | 1010 | 1011000 | 11100 | 110101 | 1001110 | 101001 |
Color Harmonies of #B8A617
Complementary color
Monochromatic Colors of #B8A617
Black with #B8A617
Text Example
Text Example
White with #B8A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A617; }
p { color: rgb(184,166,23); }
H1.HeaderClassName
{
color: #B8A617;
}
.AnyTagClassName
{
color: #B8A617;
}
</style>
background-color css
<style>
a { background-color: #B8A617; }
a { background-color: rgb(184,166,23); }
div.DivClassName
{
background-color: #B8A617;
}
.BgClassName
{
background-color: #B8A617;
}
</style>
border-color css
<style>
span { border-color: #B8A617; }
span { border-color: rgb(184,166,23); }
td.TdClassName
{
border-color: #B8A617;
}
.TagClassName
{
border-color: #B8A617;
}
</style>