Shades of Earls Green #B2B32A
Tints of Earls Green #B2B32A
RGB
CMYK
RGB Variations
Color information
#B2B32A (or 0xB2B32A) is known color: Earls Green. HEX triplet: B2, B3 and 2A. RGB value is (178,179,42). Sum of RGB (Red+Green+Blue) = 178+179+42=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B32A is #4D4CD5. Grayscale: #A3A3A3. Windows color (decimal): -5065942 or 2798514. OLE color: 2798514.
HSL color Cylindrical-coordinate representation of color #B2B32A: hue angle of 60.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2B32A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 42 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.30 |
| HSL | 60.44º | 0.62% | 0.43% | - |
| HSV(B) | 60.44º | 0.77% | 0.7% | - |
| XYZ | 34.9 | 41.87 | 8.43 | - |
| YUV | 163.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 42 | 0.01 | 0 | 0.77 | 0.30 | 60.44 | 0.62 | 0.43 |
| Hex | B2 | B3 | 2A | 1 | 0 | 4D | 1E | 3C | 3E | 2B |
| Octal | 262 | 263 | 52 | 1 | 0 | 115 | 36 | 74 | 76 | 53 |
| Binary | 10110010 | 10110011 | 101010 | 1 | 0 | 1001101 | 11110 | 111100 | 111110 | 101011 |
Color Harmonies of #B2B32A
Complementary color
Monochromatic Colors of #B2B32A
Black with #B2B32A
Text Example
Text Example
White with #B2B32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B32A; }
p { color: rgb(178,179,42); }
H1.HeaderClassName
{
color: #B2B32A;
}
.AnyTagClassName
{
color: #B2B32A;
}
</style>
background-color css
<style>
a { background-color: #B2B32A; }
a { background-color: rgb(178,179,42); }
div.DivClassName
{
background-color: #B2B32A;
}
.BgClassName
{
background-color: #B2B32A;
}
</style>
border-color css
<style>
span { border-color: #B2B32A; }
span { border-color: rgb(178,179,42); }
td.TdClassName
{
border-color: #B2B32A;
}
.TagClassName
{
border-color: #B2B32A;
}
</style>