Shades of Earls Green #B2B22C
Tints of Earls Green #B2B22C
RGB
CMYK
RGB Variations
Color information
#B2B22C (or 0xB2B22C) is known color: Earls Green. HEX triplet: B2, B2 and 2C. RGB value is (178,178,44). Sum of RGB (Red+Green+Blue) = 178+178+44=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B22C is #4D4DD3. Grayscale: #A3A3A3. Windows color (decimal): -5066196 or 2929330. OLE color: 2929330.
HSL color Cylindrical-coordinate representation of color #B2B22C: hue angle of 60º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2B22C is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 44 | - |
| CMYK | 0 | 0 | 0.75 | 0.30 |
| HSL | 60º | 0.6% | 0.44% | - |
| HSV(B) | 60º | 0.75% | 0.7% | - |
| XYZ | 34.74 | 41.49 | 8.56 | - |
| YUV | 162.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 44 | 0 | 0 | 0.75 | 0.30 | 60 | 0.6 | 0.44 |
| Hex | B2 | B2 | 2C | 0 | 0 | 4B | 1E | 3C | 3C | 2C |
| Octal | 262 | 262 | 54 | 0 | 0 | 113 | 36 | 74 | 74 | 54 |
| Binary | 10110010 | 10110010 | 101100 | 0 | 0 | 1001011 | 11110 | 111100 | 111100 | 101100 |
Color Harmonies of #B2B22C
Complementary color
Monochromatic Colors of #B2B22C
Black with #B2B22C
Text Example
Text Example
White with #B2B22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B22C; }
p { color: rgb(178,178,44); }
H1.HeaderClassName
{
color: #B2B22C;
}
.AnyTagClassName
{
color: #B2B22C;
}
</style>
background-color css
<style>
a { background-color: #B2B22C; }
a { background-color: rgb(178,178,44); }
div.DivClassName
{
background-color: #B2B22C;
}
.BgClassName
{
background-color: #B2B22C;
}
</style>
border-color css
<style>
span { border-color: #B2B22C; }
span { border-color: rgb(178,178,44); }
td.TdClassName
{
border-color: #B2B22C;
}
.TagClassName
{
border-color: #B2B22C;
}
</style>