Shades of Earls Green #B2B32F
Tints of Earls Green #B2B32F
RGB
CMYK
RGB Variations
Color information
#B2B32F (or 0xB2B32F) is known color: Earls Green. HEX triplet: B2, B3 and 2F. RGB value is (178,179,47). Sum of RGB (Red+Green+Blue) = 178+179+47=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B32F is #4D4CD0. Grayscale: #A4A4A4. Windows color (decimal): -5065937 or 3126194. OLE color: 3126194.
HSL color Cylindrical-coordinate representation of color #B2B32F: hue angle of 60.45º degrees, saturation: 0.58, 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 #B2B32F is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 47 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.30 |
| HSL | 60.45º | 0.58% | 0.44% | - |
| HSV(B) | 60.45º | 0.74% | 0.7% | - |
| XYZ | 34.99 | 41.91 | 8.93 | - |
| YUV | 163.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 47 | 0.01 | 0 | 0.74 | 0.30 | 60.45 | 0.58 | 0.44 |
| Hex | B2 | B3 | 2F | 1 | 0 | 4A | 1E | 3C | 3A | 2C |
| Octal | 262 | 263 | 57 | 1 | 0 | 112 | 36 | 74 | 72 | 54 |
| Binary | 10110010 | 10110011 | 101111 | 1 | 0 | 1001010 | 11110 | 111100 | 111010 | 101100 |
Color Harmonies of #B2B32F
Complementary color
Monochromatic Colors of #B2B32F
Black with #B2B32F
Text Example
Text Example
White with #B2B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B32F; }
p { color: rgb(178,179,47); }
H1.HeaderClassName
{
color: #B2B32F;
}
.AnyTagClassName
{
color: #B2B32F;
}
</style>
background-color css
<style>
a { background-color: #B2B32F; }
a { background-color: rgb(178,179,47); }
div.DivClassName
{
background-color: #B2B32F;
}
.BgClassName
{
background-color: #B2B32F;
}
</style>
border-color css
<style>
span { border-color: #B2B32F; }
span { border-color: rgb(178,179,47); }
td.TdClassName
{
border-color: #B2B32F;
}
.TagClassName
{
border-color: #B2B32F;
}
</style>