Shades of Earls Green #B3A821
Tints of Earls Green #B3A821
RGB
CMYK
RGB Variations
Color information
#B3A821 (or 0xB3A821) is known color: Earls Green. HEX triplet: B3, A8 and 21. RGB value is (179,168,33). Sum of RGB (Red+Green+Blue) = 179+168+33=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A821 is #4C57DE. Grayscale: #9C9C9C. Windows color (decimal): -5003231 or 2205875. OLE color: 2205875.
HSL color Cylindrical-coordinate representation of color #B3A821: hue angle of 55.48º 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 #B3A821 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 33 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.30 |
| HSL | 55.48º | 0.69% | 0.42% | - |
| HSV(B) | 55.48º | 0.82% | 0.7% | - |
| XYZ | 32.87 | 37.7 | 6.98 | - |
| YUV | 155.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 33 | 0 | 0.06 | 0.82 | 0.30 | 55.48 | 0.69 | 0.42 |
| Hex | B3 | A8 | 21 | 0 | 6 | 52 | 1E | 37 | 45 | 2A |
| Octal | 263 | 250 | 41 | 0 | 6 | 122 | 36 | 67 | 105 | 52 |
| Binary | 10110011 | 10101000 | 100001 | 0 | 110 | 1010010 | 11110 | 110111 | 1000101 | 101010 |
Color Harmonies of #B3A821
Complementary color
Monochromatic Colors of #B3A821
Black with #B3A821
Text Example
Text Example
White with #B3A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A821; }
p { color: rgb(179,168,33); }
H1.HeaderClassName
{
color: #B3A821;
}
.AnyTagClassName
{
color: #B3A821;
}
</style>
background-color css
<style>
a { background-color: #B3A821; }
a { background-color: rgb(179,168,33); }
div.DivClassName
{
background-color: #B3A821;
}
.BgClassName
{
background-color: #B3A821;
}
</style>
border-color css
<style>
span { border-color: #B3A821; }
span { border-color: rgb(179,168,33); }
td.TdClassName
{
border-color: #B3A821;
}
.TagClassName
{
border-color: #B3A821;
}
</style>