Shades of Earls Green #B2A32F
Tints of Earls Green #B2A32F
RGB
CMYK
RGB Variations
Color information
#B2A32F (or 0xB2A32F) is known color: Earls Green. HEX triplet: B2, A3 and 2F. RGB value is (178,163,47). Sum of RGB (Red+Green+Blue) = 178+163+47=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A32F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A32F is #4D5CD0. Grayscale: #9A9A9A. Windows color (decimal): -5070033 or 3122098. OLE color: 3122098.
HSL color Cylindrical-coordinate representation of color #B2A32F: hue angle of 53.13º 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 #B2A32F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 47 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.30 |
| HSL | 53.13º | 0.58% | 0.44% | - |
| HSV(B) | 53.13º | 0.74% | 0.7% | - |
| XYZ | 31.97 | 35.86 | 7.93 | - |
| YUV | 154.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 47 | 0 | 0.08 | 0.74 | 0.30 | 53.13 | 0.58 | 0.44 |
| Hex | B2 | A3 | 2F | 0 | 8 | 4A | 1E | 35 | 3A | 2C |
| Octal | 262 | 243 | 57 | 0 | 10 | 112 | 36 | 65 | 72 | 54 |
| Binary | 10110010 | 10100011 | 101111 | 0 | 1000 | 1001010 | 11110 | 110101 | 111010 | 101100 |
Color Harmonies of #B2A32F
Complementary color
Monochromatic Colors of #B2A32F
Black with #B2A32F
Text Example
Text Example
White with #B2A32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A32F; }
p { color: rgb(178,163,47); }
H1.HeaderClassName
{
color: #B2A32F;
}
.AnyTagClassName
{
color: #B2A32F;
}
</style>
background-color css
<style>
a { background-color: #B2A32F; }
a { background-color: rgb(178,163,47); }
div.DivClassName
{
background-color: #B2A32F;
}
.BgClassName
{
background-color: #B2A32F;
}
</style>
border-color css
<style>
span { border-color: #B2A32F; }
span { border-color: rgb(178,163,47); }
td.TdClassName
{
border-color: #B2A32F;
}
.TagClassName
{
border-color: #B2A32F;
}
</style>