Shades of Earls Green #B3A721
Tints of Earls Green #B3A721
RGB
CMYK
RGB Variations
Color information
#B3A721 (or 0xB3A721) is known color: Earls Green. HEX triplet: B3, A7 and 21. RGB value is (179,167,33). Sum of RGB (Red+Green+Blue) = 179+167+33=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A721 is #4C58DE. Grayscale: #9B9B9B. Windows color (decimal): -5003487 or 2205619. OLE color: 2205619.
HSL color Cylindrical-coordinate representation of color #B3A721: hue angle of 55.07º 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 #B3A721 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 33 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.30 |
| HSL | 55.07º | 0.69% | 0.42% | - |
| HSV(B) | 55.07º | 0.82% | 0.7% | - |
| XYZ | 32.68 | 37.33 | 6.92 | - |
| YUV | 155.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 33 | 0 | 0.07 | 0.82 | 0.30 | 55.07 | 0.69 | 0.42 |
| Hex | B3 | A7 | 21 | 0 | 7 | 52 | 1E | 37 | 45 | 2A |
| Octal | 263 | 247 | 41 | 0 | 7 | 122 | 36 | 67 | 105 | 52 |
| Binary | 10110011 | 10100111 | 100001 | 0 | 111 | 1010010 | 11110 | 110111 | 1000101 | 101010 |
Color Harmonies of #B3A721
Complementary color
Monochromatic Colors of #B3A721
Black with #B3A721
Text Example
Text Example
White with #B3A721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A721; }
p { color: rgb(179,167,33); }
H1.HeaderClassName
{
color: #B3A721;
}
.AnyTagClassName
{
color: #B3A721;
}
</style>
background-color css
<style>
a { background-color: #B3A721; }
a { background-color: rgb(179,167,33); }
div.DivClassName
{
background-color: #B3A721;
}
.BgClassName
{
background-color: #B3A721;
}
</style>
border-color css
<style>
span { border-color: #B3A721; }
span { border-color: rgb(179,167,33); }
td.TdClassName
{
border-color: #B3A721;
}
.TagClassName
{
border-color: #B3A721;
}
</style>