Shades of Earls Green #B0A72E
Tints of Earls Green #B0A72E
RGB
CMYK
RGB Variations
Color information
#B0A72E (or 0xB0A72E) is known color: Earls Green. HEX triplet: B0, A7 and 2E. RGB value is (176,167,46). Sum of RGB (Red+Green+Blue) = 176+167+46=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A72E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A72E is #4F58D1. Grayscale: #9C9C9C. Windows color (decimal): -5200082 or 3057584. OLE color: 3057584.
HSL color Cylindrical-coordinate representation of color #B0A72E: hue angle of 55.85º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0A72E is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 46 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.31 |
| HSL | 55.85º | 0.59% | 0.44% | - |
| HSV(B) | 55.85º | 0.74% | 0.69% | - |
| XYZ | 32.22 | 37.06 | 8.04 | - |
| YUV | 155.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 46 | 0 | 0.05 | 0.74 | 0.31 | 55.85 | 0.59 | 0.44 |
| Hex | B0 | A7 | 2E | 0 | 5 | 4A | 1F | 38 | 3B | 2C |
| Octal | 260 | 247 | 56 | 0 | 5 | 112 | 37 | 70 | 73 | 54 |
| Binary | 10110000 | 10100111 | 101110 | 0 | 101 | 1001010 | 11111 | 111000 | 111011 | 101100 |
Color Harmonies of #B0A72E
Complementary color
Monochromatic Colors of #B0A72E
Black with #B0A72E
Text Example
Text Example
White with #B0A72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A72E; }
p { color: rgb(176,167,46); }
H1.HeaderClassName
{
color: #B0A72E;
}
.AnyTagClassName
{
color: #B0A72E;
}
</style>
background-color css
<style>
a { background-color: #B0A72E; }
a { background-color: rgb(176,167,46); }
div.DivClassName
{
background-color: #B0A72E;
}
.BgClassName
{
background-color: #B0A72E;
}
</style>
border-color css
<style>
span { border-color: #B0A72E; }
span { border-color: rgb(176,167,46); }
td.TdClassName
{
border-color: #B0A72E;
}
.TagClassName
{
border-color: #B0A72E;
}
</style>