Shades of Earls Green #B2B022
Tints of Earls Green #B2B022
RGB
CMYK
RGB Variations
Color information
#B2B022 (or 0xB2B022) is known color: Earls Green. HEX triplet: B2, B0 and 22. RGB value is (178,176,34). Sum of RGB (Red+Green+Blue) = 178+176+34=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B022 is #4D4FDD. Grayscale: #A0A0A0. Windows color (decimal): -5066718 or 2273458. OLE color: 2273458.
HSL color Cylindrical-coordinate representation of color #B2B022: hue angle of 59.17º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2B022 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 34 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.30 |
| HSL | 59.17º | 0.68% | 0.42% | - |
| HSV(B) | 59.17º | 0.81% | 0.7% | - |
| XYZ | 34.17 | 40.63 | 7.55 | - |
| YUV | 160.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 34 | 0 | 0.01 | 0.81 | 0.30 | 59.17 | 0.68 | 0.42 |
| Hex | B2 | B0 | 22 | 0 | 1 | 51 | 1E | 3B | 44 | 2A |
| Octal | 262 | 260 | 42 | 0 | 1 | 121 | 36 | 73 | 104 | 52 |
| Binary | 10110010 | 10110000 | 100010 | 0 | 1 | 1010001 | 11110 | 111011 | 1000100 | 101010 |
Color Harmonies of #B2B022
Complementary color
Monochromatic Colors of #B2B022
Black with #B2B022
Text Example
Text Example
White with #B2B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B022; }
p { color: rgb(178,176,34); }
H1.HeaderClassName
{
color: #B2B022;
}
.AnyTagClassName
{
color: #B2B022;
}
</style>
background-color css
<style>
a { background-color: #B2B022; }
a { background-color: rgb(178,176,34); }
div.DivClassName
{
background-color: #B2B022;
}
.BgClassName
{
background-color: #B2B022;
}
</style>
border-color css
<style>
span { border-color: #B2B022; }
span { border-color: rgb(178,176,34); }
td.TdClassName
{
border-color: #B2B022;
}
.TagClassName
{
border-color: #B2B022;
}
</style>