Shades of Earls Green #B3A021
Tints of Earls Green #B3A021
RGB
CMYK
RGB Variations
Color information
#B3A021 (or 0xB3A021) is known color: Earls Green. HEX triplet: B3, A0 and 21. RGB value is (179,160,33). Sum of RGB (Red+Green+Blue) = 179+160+33=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A021 is #4C5FDE. Grayscale: #979797. Windows color (decimal): -5005279 or 2203827. OLE color: 2203827.
HSL color Cylindrical-coordinate representation of color #B3A021: hue angle of 52.19º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3A021 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 33 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.30 |
| HSL | 52.19º | 0.69% | 0.42% | - |
| HSV(B) | 52.19º | 0.82% | 0.7% | - |
| XYZ | 31.44 | 34.84 | 6.51 | - |
| YUV | 151.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 33 | 0 | 0.11 | 0.82 | 0.30 | 52.19 | 0.69 | 0.42 |
| Hex | B3 | A0 | 21 | 0 | B | 52 | 1E | 34 | 45 | 2A |
| Octal | 263 | 240 | 41 | 0 | 13 | 122 | 36 | 64 | 105 | 52 |
| Binary | 10110011 | 10100000 | 100001 | 0 | 1011 | 1010010 | 11110 | 110100 | 1000101 | 101010 |
Color Harmonies of #B3A021
Complementary color
Monochromatic Colors of #B3A021
Black with #B3A021
Text Example
Text Example
White with #B3A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A021; }
p { color: rgb(179,160,33); }
H1.HeaderClassName
{
color: #B3A021;
}
.AnyTagClassName
{
color: #B3A021;
}
</style>
background-color css
<style>
a { background-color: #B3A021; }
a { background-color: rgb(179,160,33); }
div.DivClassName
{
background-color: #B3A021;
}
.BgClassName
{
background-color: #B3A021;
}
</style>
border-color css
<style>
span { border-color: #B3A021; }
span { border-color: rgb(179,160,33); }
td.TdClassName
{
border-color: #B3A021;
}
.TagClassName
{
border-color: #B3A021;
}
</style>