Shades of Earls Green #B2B332
Tints of Earls Green #B2B332
RGB
CMYK
RGB Variations
Color information
#B2B332 (or 0xB2B332) is known color: Earls Green. HEX triplet: B2, B3 and 32. RGB value is (178,179,50). Sum of RGB (Red+Green+Blue) = 178+179+50=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B332 is #4D4CCD. Grayscale: #A4A4A4. Windows color (decimal): -5065934 or 3322802. OLE color: 3322802.
HSL color Cylindrical-coordinate representation of color #B2B332: hue angle of 60.47º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2B332 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 50 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.30 |
| HSL | 60.47º | 0.56% | 0.45% | - |
| HSV(B) | 60.47º | 0.72% | 0.7% | - |
| XYZ | 35.06 | 41.94 | 9.26 | - |
| YUV | 164 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 50 | 0.01 | 0 | 0.72 | 0.30 | 60.47 | 0.56 | 0.45 |
| Hex | B2 | B3 | 32 | 1 | 0 | 48 | 1E | 3C | 38 | 2D |
| Octal | 262 | 263 | 62 | 1 | 0 | 110 | 36 | 74 | 70 | 55 |
| Binary | 10110010 | 10110011 | 110010 | 1 | 0 | 1001000 | 11110 | 111100 | 111000 | 101101 |
Color Harmonies of #B2B332
Complementary color
Monochromatic Colors of #B2B332
Black with #B2B332
Text Example
Text Example
White with #B2B332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B332; }
p { color: rgb(178,179,50); }
H1.HeaderClassName
{
color: #B2B332;
}
.AnyTagClassName
{
color: #B2B332;
}
</style>
background-color css
<style>
a { background-color: #B2B332; }
a { background-color: rgb(178,179,50); }
div.DivClassName
{
background-color: #B2B332;
}
.BgClassName
{
background-color: #B2B332;
}
</style>
border-color css
<style>
span { border-color: #B2B332; }
span { border-color: rgb(178,179,50); }
td.TdClassName
{
border-color: #B2B332;
}
.TagClassName
{
border-color: #B2B332;
}
</style>