Shades of Earls Green #B3A32B
Tints of Earls Green #B3A32B
RGB
CMYK
RGB Variations
Color information
#B3A32B (or 0xB3A32B) is known color: Earls Green. HEX triplet: B3, A3 and 2B. RGB value is (179,163,43). Sum of RGB (Red+Green+Blue) = 179+163+43=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A32B is #4C5CD4. Grayscale: #9A9A9A. Windows color (decimal): -5004501 or 2859955. OLE color: 2859955.
HSL color Cylindrical-coordinate representation of color #B3A32B: hue angle of 52.94º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3A32B is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 43 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.30 |
| HSL | 52.94º | 0.61% | 0.44% | - |
| HSV(B) | 52.94º | 0.76% | 0.7% | - |
| XYZ | 32.12 | 35.95 | 7.53 | - |
| YUV | 154.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 43 | 0 | 0.09 | 0.76 | 0.30 | 52.94 | 0.61 | 0.44 |
| Hex | B3 | A3 | 2B | 0 | 9 | 4C | 1E | 35 | 3D | 2C |
| Octal | 263 | 243 | 53 | 0 | 11 | 114 | 36 | 65 | 75 | 54 |
| Binary | 10110011 | 10100011 | 101011 | 0 | 1001 | 1001100 | 11110 | 110101 | 111101 | 101100 |
Color Harmonies of #B3A32B
Complementary color
Monochromatic Colors of #B3A32B
Black with #B3A32B
Text Example
Text Example
White with #B3A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A32B; }
p { color: rgb(179,163,43); }
H1.HeaderClassName
{
color: #B3A32B;
}
.AnyTagClassName
{
color: #B3A32B;
}
</style>
background-color css
<style>
a { background-color: #B3A32B; }
a { background-color: rgb(179,163,43); }
div.DivClassName
{
background-color: #B3A32B;
}
.BgClassName
{
background-color: #B3A32B;
}
</style>
border-color css
<style>
span { border-color: #B3A32B; }
span { border-color: rgb(179,163,43); }
td.TdClassName
{
border-color: #B3A32B;
}
.TagClassName
{
border-color: #B3A32B;
}
</style>