Shades of Earls Green #B2B62C
Tints of Earls Green #B2B62C
RGB
CMYK
RGB Variations
Color information
#B2B62C (or 0xB2B62C) is known color: Earls Green. HEX triplet: B2, B6 and 2C. RGB value is (178,182,44). Sum of RGB (Red+Green+Blue) = 178+182+44=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B62C is #4D49D3. Grayscale: #A5A5A5. Windows color (decimal): -5065172 or 2930354. OLE color: 2930354.
HSL color Cylindrical-coordinate representation of color #B2B62C: hue angle of 61.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2B62C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 44 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.29 |
| HSL | 61.74º | 0.61% | 0.44% | - |
| HSV(B) | 61.74º | 0.76% | 0.71% | - |
| XYZ | 35.54 | 43.1 | 8.83 | - |
| YUV | 165.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 44 | 0.02 | 0 | 0.76 | 0.29 | 61.74 | 0.61 | 0.44 |
| Hex | B2 | B6 | 2C | 2 | 0 | 4C | 1D | 3E | 3D | 2C |
| Octal | 262 | 266 | 54 | 2 | 0 | 114 | 35 | 76 | 75 | 54 |
| Binary | 10110010 | 10110110 | 101100 | 10 | 0 | 1001100 | 11101 | 111110 | 111101 | 101100 |
Color Harmonies of #B2B62C
Complementary color
Monochromatic Colors of #B2B62C
Black with #B2B62C
Text Example
Text Example
White with #B2B62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B62C; }
p { color: rgb(178,182,44); }
H1.HeaderClassName
{
color: #B2B62C;
}
.AnyTagClassName
{
color: #B2B62C;
}
</style>
background-color css
<style>
a { background-color: #B2B62C; }
a { background-color: rgb(178,182,44); }
div.DivClassName
{
background-color: #B2B62C;
}
.BgClassName
{
background-color: #B2B62C;
}
</style>
border-color css
<style>
span { border-color: #B2B62C; }
span { border-color: rgb(178,182,44); }
td.TdClassName
{
border-color: #B2B62C;
}
.TagClassName
{
border-color: #B2B62C;
}
</style>