Shades of Earls Green #B2B22E
Tints of Earls Green #B2B22E
RGB
CMYK
RGB Variations
Color information
#B2B22E (or 0xB2B22E) is known color: Earls Green. HEX triplet: B2, B2 and 2E. RGB value is (178,178,46). Sum of RGB (Red+Green+Blue) = 178+178+46=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B22E is #4D4DD1. Grayscale: #A3A3A3. Windows color (decimal): -5066194 or 3060402. OLE color: 3060402.
HSL color Cylindrical-coordinate representation of color #B2B22E: hue angle of 60º 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 #B2B22E is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 46 | - |
| CMYK | 0 | 0 | 0.74 | 0.30 |
| HSL | 60º | 0.59% | 0.44% | - |
| HSV(B) | 60º | 0.74% | 0.7% | - |
| XYZ | 34.77 | 41.5 | 8.76 | - |
| YUV | 162.95 | 62 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 46 | 0 | 0 | 0.74 | 0.30 | 60 | 0.59 | 0.44 |
| Hex | B2 | B2 | 2E | 0 | 0 | 4A | 1E | 3C | 3B | 2C |
| Octal | 262 | 262 | 56 | 0 | 0 | 112 | 36 | 74 | 73 | 54 |
| Binary | 10110010 | 10110010 | 101110 | 0 | 0 | 1001010 | 11110 | 111100 | 111011 | 101100 |
Color Harmonies of #B2B22E
Complementary color
Monochromatic Colors of #B2B22E
Black with #B2B22E
Text Example
Text Example
White with #B2B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B22E; }
p { color: rgb(178,178,46); }
H1.HeaderClassName
{
color: #B2B22E;
}
.AnyTagClassName
{
color: #B2B22E;
}
</style>
background-color css
<style>
a { background-color: #B2B22E; }
a { background-color: rgb(178,178,46); }
div.DivClassName
{
background-color: #B2B22E;
}
.BgClassName
{
background-color: #B2B22E;
}
</style>
border-color css
<style>
span { border-color: #B2B22E; }
span { border-color: rgb(178,178,46); }
td.TdClassName
{
border-color: #B2B22E;
}
.TagClassName
{
border-color: #B2B22E;
}
</style>