Shades of Earls Green #B8A610
Tints of Earls Green #B8A610
RGB
CMYK
RGB Variations
Color information
#B8A610 (or 0xB8A610) is known color: Earls Green. HEX triplet: B8, A6 and 10. RGB value is (184,166,16). Sum of RGB (Red+Green+Blue) = 184+166+16=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A610 is #4759EF. Grayscale: #9A9A9A. Windows color (decimal): -4676080 or 1091256. OLE color: 1091256.
HSL color Cylindrical-coordinate representation of color #B8A610: hue angle of 53.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8A610 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 16 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.28 |
| HSL | 53.57º | 0.84% | 0.39% | - |
| HSV(B) | 53.57º | 0.91% | 0.72% | - |
| XYZ | 33.5 | 37.5 | 5.96 | - |
| YUV | 154.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 16 | 0 | 0.10 | 0.91 | 0.28 | 53.57 | 0.84 | 0.39 |
| Hex | B8 | A6 | 10 | 0 | A | 5B | 1C | 36 | 54 | 27 |
| Octal | 270 | 246 | 20 | 0 | 12 | 133 | 34 | 66 | 124 | 47 |
| Binary | 10111000 | 10100110 | 10000 | 0 | 1010 | 1011011 | 11100 | 110110 | 1010100 | 100111 |
Color Harmonies of #B8A610
Complementary color
Monochromatic Colors of #B8A610
Black with #B8A610
Text Example
Text Example
White with #B8A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A610; }
p { color: rgb(184,166,16); }
H1.HeaderClassName
{
color: #B8A610;
}
.AnyTagClassName
{
color: #B8A610;
}
</style>
background-color css
<style>
a { background-color: #B8A610; }
a { background-color: rgb(184,166,16); }
div.DivClassName
{
background-color: #B8A610;
}
.BgClassName
{
background-color: #B8A610;
}
</style>
border-color css
<style>
span { border-color: #B8A610; }
span { border-color: rgb(184,166,16); }
td.TdClassName
{
border-color: #B8A610;
}
.TagClassName
{
border-color: #B8A610;
}
</style>