Shades of Earls Green #B3A922
Tints of Earls Green #B3A922
RGB
CMYK
RGB Variations
Color information
#B3A922 (or 0xB3A922) is known color: Earls Green. HEX triplet: B3, A9 and 22. RGB value is (179,169,34). Sum of RGB (Red+Green+Blue) = 179+169+34=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A922 is #4C56DD. Grayscale: #9D9D9D. Windows color (decimal): -5002974 or 2271667. OLE color: 2271667.
HSL color Cylindrical-coordinate representation of color #B3A922: hue angle of 55.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3A922 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 34 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.30 |
| HSL | 55.86º | 0.68% | 0.42% | - |
| HSV(B) | 55.86º | 0.81% | 0.7% | - |
| XYZ | 33.07 | 38.08 | 7.12 | - |
| YUV | 156.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 34 | 0 | 0.06 | 0.81 | 0.30 | 55.86 | 0.68 | 0.42 |
| Hex | B3 | A9 | 22 | 0 | 6 | 51 | 1E | 38 | 44 | 2A |
| Octal | 263 | 251 | 42 | 0 | 6 | 121 | 36 | 70 | 104 | 52 |
| Binary | 10110011 | 10101001 | 100010 | 0 | 110 | 1010001 | 11110 | 111000 | 1000100 | 101010 |
Color Harmonies of #B3A922
Complementary color
Monochromatic Colors of #B3A922
Black with #B3A922
Text Example
Text Example
White with #B3A922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A922; }
p { color: rgb(179,169,34); }
H1.HeaderClassName
{
color: #B3A922;
}
.AnyTagClassName
{
color: #B3A922;
}
</style>
background-color css
<style>
a { background-color: #B3A922; }
a { background-color: rgb(179,169,34); }
div.DivClassName
{
background-color: #B3A922;
}
.BgClassName
{
background-color: #B3A922;
}
</style>
border-color css
<style>
span { border-color: #B3A922; }
span { border-color: rgb(179,169,34); }
td.TdClassName
{
border-color: #B3A922;
}
.TagClassName
{
border-color: #B3A922;
}
</style>