Shades of Earls Green #B3A619
Tints of Earls Green #B3A619
RGB
CMYK
RGB Variations
Color information
#B3A619 (or 0xB3A619) is known color: Earls Green. HEX triplet: B3, A6 and 19. RGB value is (179,166,25). Sum of RGB (Red+Green+Blue) = 179+166+25=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A619 is #4C59E6. Grayscale: #9A9A9A. Windows color (decimal): -5003751 or 1681075. OLE color: 1681075.
HSL color Cylindrical-coordinate representation of color #B3A619: hue angle of 54.94º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3A619 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 25 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.30 |
| HSL | 54.94º | 0.75% | 0.4% | - |
| HSV(B) | 54.94º | 0.86% | 0.7% | - |
| XYZ | 32.4 | 36.93 | 6.34 | - |
| YUV | 153.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 25 | 0 | 0.07 | 0.86 | 0.30 | 54.94 | 0.75 | 0.4 |
| Hex | B3 | A6 | 19 | 0 | 7 | 56 | 1E | 37 | 4B | 28 |
| Octal | 263 | 246 | 31 | 0 | 7 | 126 | 36 | 67 | 113 | 50 |
| Binary | 10110011 | 10100110 | 11001 | 0 | 111 | 1010110 | 11110 | 110111 | 1001011 | 101000 |
Color Harmonies of #B3A619
Complementary color
Monochromatic Colors of #B3A619
Black with #B3A619
Text Example
Text Example
White with #B3A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A619; }
p { color: rgb(179,166,25); }
H1.HeaderClassName
{
color: #B3A619;
}
.AnyTagClassName
{
color: #B3A619;
}
</style>
background-color css
<style>
a { background-color: #B3A619; }
a { background-color: rgb(179,166,25); }
div.DivClassName
{
background-color: #B3A619;
}
.BgClassName
{
background-color: #B3A619;
}
</style>
border-color css
<style>
span { border-color: #B3A619; }
span { border-color: rgb(179,166,25); }
td.TdClassName
{
border-color: #B3A619;
}
.TagClassName
{
border-color: #B3A619;
}
</style>