Shades of Earls Green #B3A621
Tints of Earls Green #B3A621
RGB
CMYK
RGB Variations
Color information
#B3A621 (or 0xB3A621) is known color: Earls Green. HEX triplet: B3, A6 and 21. RGB value is (179,166,33). Sum of RGB (Red+Green+Blue) = 179+166+33=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A621 is #4C59DE. Grayscale: #9B9B9B. Windows color (decimal): -5003743 or 2205363. OLE color: 2205363.
HSL color Cylindrical-coordinate representation of color #B3A621: hue angle of 54.66º 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 #B3A621 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 33 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.30 |
| HSL | 54.66º | 0.69% | 0.42% | - |
| HSV(B) | 54.66º | 0.82% | 0.7% | - |
| XYZ | 32.5 | 36.97 | 6.86 | - |
| YUV | 154.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 33 | 0 | 0.07 | 0.82 | 0.30 | 54.66 | 0.69 | 0.42 |
| Hex | B3 | A6 | 21 | 0 | 7 | 52 | 1E | 37 | 45 | 2A |
| Octal | 263 | 246 | 41 | 0 | 7 | 122 | 36 | 67 | 105 | 52 |
| Binary | 10110011 | 10100110 | 100001 | 0 | 111 | 1010010 | 11110 | 110111 | 1000101 | 101010 |
Color Harmonies of #B3A621
Complementary color
Monochromatic Colors of #B3A621
Black with #B3A621
Text Example
Text Example
White with #B3A621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A621; }
p { color: rgb(179,166,33); }
H1.HeaderClassName
{
color: #B3A621;
}
.AnyTagClassName
{
color: #B3A621;
}
</style>
background-color css
<style>
a { background-color: #B3A621; }
a { background-color: rgb(179,166,33); }
div.DivClassName
{
background-color: #B3A621;
}
.BgClassName
{
background-color: #B3A621;
}
</style>
border-color css
<style>
span { border-color: #B3A621; }
span { border-color: rgb(179,166,33); }
td.TdClassName
{
border-color: #B3A621;
}
.TagClassName
{
border-color: #B3A621;
}
</style>