Shades of Earls Green #B0B22E
Tints of Earls Green #B0B22E
RGB
CMYK
RGB Variations
Color information
#B0B22E (or 0xB0B22E) is known color: Earls Green. HEX triplet: B0, B2 and 2E. RGB value is (176,178,46). Sum of RGB (Red+Green+Blue) = 176+178+46=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B22E is #4F4DD1. Grayscale: #A2A2A2. Windows color (decimal): -5197266 or 3060400. OLE color: 3060400.
HSL color Cylindrical-coordinate representation of color #B0B22E: hue angle of 60.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0B22E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 46 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.30 |
| HSL | 60.91º | 0.59% | 0.44% | - |
| HSV(B) | 60.91º | 0.74% | 0.7% | - |
| XYZ | 34.32 | 41.27 | 8.74 | - |
| YUV | 162.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 46 | 0.01 | 0 | 0.74 | 0.30 | 60.91 | 0.59 | 0.44 |
| Hex | B0 | B2 | 2E | 1 | 0 | 4A | 1E | 3D | 3B | 2C |
| Octal | 260 | 262 | 56 | 1 | 0 | 112 | 36 | 75 | 73 | 54 |
| Binary | 10110000 | 10110010 | 101110 | 1 | 0 | 1001010 | 11110 | 111101 | 111011 | 101100 |
Color Harmonies of #B0B22E
Complementary color
Monochromatic Colors of #B0B22E
Black with #B0B22E
Text Example
Text Example
White with #B0B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B22E; }
p { color: rgb(176,178,46); }
H1.HeaderClassName
{
color: #B0B22E;
}
.AnyTagClassName
{
color: #B0B22E;
}
</style>
background-color css
<style>
a { background-color: #B0B22E; }
a { background-color: rgb(176,178,46); }
div.DivClassName
{
background-color: #B0B22E;
}
.BgClassName
{
background-color: #B0B22E;
}
</style>
border-color css
<style>
span { border-color: #B0B22E; }
span { border-color: rgb(176,178,46); }
td.TdClassName
{
border-color: #B0B22E;
}
.TagClassName
{
border-color: #B0B22E;
}
</style>