Shades of Earls Green #B2B020
Tints of Earls Green #B2B020
RGB
CMYK
RGB Variations
Color information
#B2B020 (or 0xB2B020) is known color: Earls Green. HEX triplet: B2, B0 and 20. RGB value is (178,176,32). Sum of RGB (Red+Green+Blue) = 178+176+32=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B020 is #4D4FDF. Grayscale: #A0A0A0. Windows color (decimal): -5066720 or 2142386. OLE color: 2142386.
HSL color Cylindrical-coordinate representation of color #B2B020: hue angle of 59.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2B020 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 32 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.30 |
| HSL | 59.18º | 0.7% | 0.41% | - |
| HSV(B) | 59.18º | 0.82% | 0.7% | - |
| XYZ | 34.15 | 40.62 | 7.41 | - |
| YUV | 160.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 32 | 0 | 0.01 | 0.82 | 0.30 | 59.18 | 0.7 | 0.41 |
| Hex | B2 | B0 | 20 | 0 | 1 | 52 | 1E | 3B | 46 | 29 |
| Octal | 262 | 260 | 40 | 0 | 1 | 122 | 36 | 73 | 106 | 51 |
| Binary | 10110010 | 10110000 | 100000 | 0 | 1 | 1010010 | 11110 | 111011 | 1000110 | 101001 |
Color Harmonies of #B2B020
Complementary color
Monochromatic Colors of #B2B020
Black with #B2B020
Text Example
Text Example
White with #B2B020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B020; }
p { color: rgb(178,176,32); }
H1.HeaderClassName
{
color: #B2B020;
}
.AnyTagClassName
{
color: #B2B020;
}
</style>
background-color css
<style>
a { background-color: #B2B020; }
a { background-color: rgb(178,176,32); }
div.DivClassName
{
background-color: #B2B020;
}
.BgClassName
{
background-color: #B2B020;
}
</style>
border-color css
<style>
span { border-color: #B2B020; }
span { border-color: rgb(178,176,32); }
td.TdClassName
{
border-color: #B2B020;
}
.TagClassName
{
border-color: #B2B020;
}
</style>