Shades of Earls Green #B8A71B
Tints of Earls Green #B8A71B
RGB
CMYK
RGB Variations
Color information
#B8A71B (or 0xB8A71B) is known color: Earls Green. HEX triplet: B8, A7 and 1B. RGB value is (184,167,27). Sum of RGB (Red+Green+Blue) = 184+167+27=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A71B is #4758E4. Grayscale: #9C9C9C. Windows color (decimal): -4675813 or 1812408. OLE color: 1812408.
HSL color Cylindrical-coordinate representation of color #B8A71B: hue angle of 53.5º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8A71B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 27 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.28 |
| HSL | 53.5º | 0.74% | 0.41% | - |
| HSV(B) | 53.5º | 0.85% | 0.72% | - |
| XYZ | 33.78 | 37.91 | 6.57 | - |
| YUV | 156.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 27 | 0 | 0.09 | 0.85 | 0.28 | 53.5 | 0.74 | 0.41 |
| Hex | B8 | A7 | 1B | 0 | 9 | 55 | 1C | 36 | 4A | 29 |
| Octal | 270 | 247 | 33 | 0 | 11 | 125 | 34 | 66 | 112 | 51 |
| Binary | 10111000 | 10100111 | 11011 | 0 | 1001 | 1010101 | 11100 | 110110 | 1001010 | 101001 |
Color Harmonies of #B8A71B
Complementary color
Monochromatic Colors of #B8A71B
Black with #B8A71B
Text Example
Text Example
White with #B8A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A71B; }
p { color: rgb(184,167,27); }
H1.HeaderClassName
{
color: #B8A71B;
}
.AnyTagClassName
{
color: #B8A71B;
}
</style>
background-color css
<style>
a { background-color: #B8A71B; }
a { background-color: rgb(184,167,27); }
div.DivClassName
{
background-color: #B8A71B;
}
.BgClassName
{
background-color: #B8A71B;
}
</style>
border-color css
<style>
span { border-color: #B8A71B; }
span { border-color: rgb(184,167,27); }
td.TdClassName
{
border-color: #B8A71B;
}
.TagClassName
{
border-color: #B8A71B;
}
</style>