Shades of Earls Green #B0A92E
Tints of Earls Green #B0A92E
RGB
CMYK
RGB Variations
Color information
#B0A92E (or 0xB0A92E) is known color: Earls Green. HEX triplet: B0, A9 and 2E. RGB value is (176,169,46). Sum of RGB (Red+Green+Blue) = 176+169+46=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A92E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A92E is #4F56D1. Grayscale: #9D9D9D. Windows color (decimal): -5199570 or 3058096. OLE color: 3058096.
HSL color Cylindrical-coordinate representation of color #B0A92E: hue angle of 56.77º 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 #B0A92E is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 46 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.31 |
| HSL | 56.77º | 0.59% | 0.44% | - |
| HSV(B) | 56.77º | 0.74% | 0.69% | - |
| XYZ | 32.59 | 37.8 | 8.16 | - |
| YUV | 157.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 46 | 0 | 0.04 | 0.74 | 0.31 | 56.77 | 0.59 | 0.44 |
| Hex | B0 | A9 | 2E | 0 | 4 | 4A | 1F | 39 | 3B | 2C |
| Octal | 260 | 251 | 56 | 0 | 4 | 112 | 37 | 71 | 73 | 54 |
| Binary | 10110000 | 10101001 | 101110 | 0 | 100 | 1001010 | 11111 | 111001 | 111011 | 101100 |
Color Harmonies of #B0A92E
Complementary color
Monochromatic Colors of #B0A92E
Black with #B0A92E
Text Example
Text Example
White with #B0A92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A92E; }
p { color: rgb(176,169,46); }
H1.HeaderClassName
{
color: #B0A92E;
}
.AnyTagClassName
{
color: #B0A92E;
}
</style>
background-color css
<style>
a { background-color: #B0A92E; }
a { background-color: rgb(176,169,46); }
div.DivClassName
{
background-color: #B0A92E;
}
.BgClassName
{
background-color: #B0A92E;
}
</style>
border-color css
<style>
span { border-color: #B0A92E; }
span { border-color: rgb(176,169,46); }
td.TdClassName
{
border-color: #B0A92E;
}
.TagClassName
{
border-color: #B0A92E;
}
</style>