Shades of Earls Green #B2B32E
Tints of Earls Green #B2B32E
RGB
CMYK
RGB Variations
Color information
#B2B32E (or 0xB2B32E) is known color: Earls Green. HEX triplet: B2, B3 and 2E. RGB value is (178,179,46). Sum of RGB (Red+Green+Blue) = 178+179+46=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B32E is #4D4CD1. Grayscale: #A4A4A4. Windows color (decimal): -5065938 or 3060658. OLE color: 3060658.
HSL color Cylindrical-coordinate representation of color #B2B32E: hue angle of 60.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2B32E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 46 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.30 |
| HSL | 60.45º | 0.59% | 0.44% | - |
| HSV(B) | 60.45º | 0.74% | 0.7% | - |
| XYZ | 34.97 | 41.9 | 8.83 | - |
| YUV | 163.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 46 | 0.01 | 0 | 0.74 | 0.30 | 60.45 | 0.59 | 0.44 |
| Hex | B2 | B3 | 2E | 1 | 0 | 4A | 1E | 3C | 3B | 2C |
| Octal | 262 | 263 | 56 | 1 | 0 | 112 | 36 | 74 | 73 | 54 |
| Binary | 10110010 | 10110011 | 101110 | 1 | 0 | 1001010 | 11110 | 111100 | 111011 | 101100 |
Color Harmonies of #B2B32E
Complementary color
Monochromatic Colors of #B2B32E
Black with #B2B32E
Text Example
Text Example
White with #B2B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B32E; }
p { color: rgb(178,179,46); }
H1.HeaderClassName
{
color: #B2B32E;
}
.AnyTagClassName
{
color: #B2B32E;
}
</style>
background-color css
<style>
a { background-color: #B2B32E; }
a { background-color: rgb(178,179,46); }
div.DivClassName
{
background-color: #B2B32E;
}
.BgClassName
{
background-color: #B2B32E;
}
</style>
border-color css
<style>
span { border-color: #B2B32E; }
span { border-color: rgb(178,179,46); }
td.TdClassName
{
border-color: #B2B32E;
}
.TagClassName
{
border-color: #B2B32E;
}
</style>