Shades of Earls Green #B2B32C
Tints of Earls Green #B2B32C
RGB
CMYK
RGB Variations
Color information
#B2B32C (or 0xB2B32C) is known color: Earls Green. HEX triplet: B2, B3 and 2C. RGB value is (178,179,44). Sum of RGB (Red+Green+Blue) = 178+179+44=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B32C is #4D4CD3. Grayscale: #A3A3A3. Windows color (decimal): -5065940 or 2929586. OLE color: 2929586.
HSL color Cylindrical-coordinate representation of color #B2B32C: hue angle of 60.44º degrees, saturation: 0.61, 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 #B2B32C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 44 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.30 |
| HSL | 60.44º | 0.61% | 0.44% | - |
| HSV(B) | 60.44º | 0.75% | 0.7% | - |
| XYZ | 34.93 | 41.89 | 8.63 | - |
| YUV | 163.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 44 | 0.01 | 0 | 0.75 | 0.30 | 60.44 | 0.61 | 0.44 |
| Hex | B2 | B3 | 2C | 1 | 0 | 4B | 1E | 3C | 3D | 2C |
| Octal | 262 | 263 | 54 | 1 | 0 | 113 | 36 | 74 | 75 | 54 |
| Binary | 10110010 | 10110011 | 101100 | 1 | 0 | 1001011 | 11110 | 111100 | 111101 | 101100 |
Color Harmonies of #B2B32C
Complementary color
Monochromatic Colors of #B2B32C
Black with #B2B32C
Text Example
Text Example
White with #B2B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B32C; }
p { color: rgb(178,179,44); }
H1.HeaderClassName
{
color: #B2B32C;
}
.AnyTagClassName
{
color: #B2B32C;
}
</style>
background-color css
<style>
a { background-color: #B2B32C; }
a { background-color: rgb(178,179,44); }
div.DivClassName
{
background-color: #B2B32C;
}
.BgClassName
{
background-color: #B2B32C;
}
</style>
border-color css
<style>
span { border-color: #B2B32C; }
span { border-color: rgb(178,179,44); }
td.TdClassName
{
border-color: #B2B32C;
}
.TagClassName
{
border-color: #B2B32C;
}
</style>