Shades of Earls Green #B8B12E
Tints of Earls Green #B8B12E
RGB
CMYK
RGB Variations
Color information
#B8B12E (or 0xB8B12E) is known color: Earls Green. HEX triplet: B8, B1 and 2E. RGB value is (184,177,46). Sum of RGB (Red+Green+Blue) = 184+177+46=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B12E is #474ED1. Grayscale: #A4A4A4. Windows color (decimal): -4673234 or 3060152. OLE color: 3060152.
HSL color Cylindrical-coordinate representation of color #B8B12E: hue angle of 56.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8B12E is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 46 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.28 |
| HSL | 56.96º | 0.6% | 0.45% | - |
| HSV(B) | 56.96º | 0.75% | 0.72% | - |
| XYZ | 35.98 | 41.83 | 8.76 | - |
| YUV | 164.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 46 | 0 | 0.04 | 0.75 | 0.28 | 56.96 | 0.6 | 0.45 |
| Hex | B8 | B1 | 2E | 0 | 4 | 4B | 1C | 39 | 3C | 2D |
| Octal | 270 | 261 | 56 | 0 | 4 | 113 | 34 | 71 | 74 | 55 |
| Binary | 10111000 | 10110001 | 101110 | 0 | 100 | 1001011 | 11100 | 111001 | 111100 | 101101 |
Color Harmonies of #B8B12E
Complementary color
Monochromatic Colors of #B8B12E
Black with #B8B12E
Text Example
Text Example
White with #B8B12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B12E; }
p { color: rgb(184,177,46); }
H1.HeaderClassName
{
color: #B8B12E;
}
.AnyTagClassName
{
color: #B8B12E;
}
</style>
background-color css
<style>
a { background-color: #B8B12E; }
a { background-color: rgb(184,177,46); }
div.DivClassName
{
background-color: #B8B12E;
}
.BgClassName
{
background-color: #B8B12E;
}
</style>
border-color css
<style>
span { border-color: #B8B12E; }
span { border-color: rgb(184,177,46); }
td.TdClassName
{
border-color: #B8B12E;
}
.TagClassName
{
border-color: #B8B12E;
}
</style>