Shades of Earls Green #B2B32D
Tints of Earls Green #B2B32D
RGB
CMYK
RGB Variations
Color information
#B2B32D (or 0xB2B32D) is known color: Earls Green. HEX triplet: B2, B3 and 2D. RGB value is (178,179,45). Sum of RGB (Red+Green+Blue) = 178+179+45=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B32D is #4D4CD2. Grayscale: #A3A3A3. Windows color (decimal): -5065939 or 2995122. OLE color: 2995122.
HSL color Cylindrical-coordinate representation of color #B2B32D: hue angle of 60.45º degrees, saturation: 0.6, 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 #B2B32D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 45 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.30 |
| HSL | 60.45º | 0.6% | 0.44% | - |
| HSV(B) | 60.45º | 0.75% | 0.7% | - |
| XYZ | 34.95 | 41.89 | 8.73 | - |
| YUV | 163.43 | 61.17 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 45 | 0.01 | 0 | 0.75 | 0.30 | 60.45 | 0.6 | 0.44 |
| Hex | B2 | B3 | 2D | 1 | 0 | 4B | 1E | 3C | 3C | 2C |
| Octal | 262 | 263 | 55 | 1 | 0 | 113 | 36 | 74 | 74 | 54 |
| Binary | 10110010 | 10110011 | 101101 | 1 | 0 | 1001011 | 11110 | 111100 | 111100 | 101100 |
Color Harmonies of #B2B32D
Complementary color
Monochromatic Colors of #B2B32D
Black with #B2B32D
Text Example
Text Example
White with #B2B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B32D; }
p { color: rgb(178,179,45); }
H1.HeaderClassName
{
color: #B2B32D;
}
.AnyTagClassName
{
color: #B2B32D;
}
</style>
background-color css
<style>
a { background-color: #B2B32D; }
a { background-color: rgb(178,179,45); }
div.DivClassName
{
background-color: #B2B32D;
}
.BgClassName
{
background-color: #B2B32D;
}
</style>
border-color css
<style>
span { border-color: #B2B32D; }
span { border-color: rgb(178,179,45); }
td.TdClassName
{
border-color: #B2B32D;
}
.TagClassName
{
border-color: #B2B32D;
}
</style>