Shades of Earls Green #B3A516
Tints of Earls Green #B3A516
RGB
CMYK
RGB Variations
Color information
#B3A516 (or 0xB3A516) is known color: Earls Green. HEX triplet: B3, A5 and 16. RGB value is (179,165,22). Sum of RGB (Red+Green+Blue) = 179+165+22=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A516 is #4C5AE9. Grayscale: #999999. Windows color (decimal): -5004010 or 1484211. OLE color: 1484211.
HSL color Cylindrical-coordinate representation of color #B3A516: hue angle of 54.65º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3A516 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 22 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.30 |
| HSL | 54.65º | 0.78% | 0.39% | - |
| HSV(B) | 54.65º | 0.88% | 0.7% | - |
| XYZ | 32.19 | 36.55 | 6.12 | - |
| YUV | 152.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 22 | 0 | 0.08 | 0.88 | 0.30 | 54.65 | 0.78 | 0.39 |
| Hex | B3 | A5 | 16 | 0 | 8 | 58 | 1E | 37 | 4E | 27 |
| Octal | 263 | 245 | 26 | 0 | 10 | 130 | 36 | 67 | 116 | 47 |
| Binary | 10110011 | 10100101 | 10110 | 0 | 1000 | 1011000 | 11110 | 110111 | 1001110 | 100111 |
Color Harmonies of #B3A516
Complementary color
Monochromatic Colors of #B3A516
Black with #B3A516
Text Example
Text Example
White with #B3A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A516; }
p { color: rgb(179,165,22); }
H1.HeaderClassName
{
color: #B3A516;
}
.AnyTagClassName
{
color: #B3A516;
}
</style>
background-color css
<style>
a { background-color: #B3A516; }
a { background-color: rgb(179,165,22); }
div.DivClassName
{
background-color: #B3A516;
}
.BgClassName
{
background-color: #B3A516;
}
</style>
border-color css
<style>
span { border-color: #B3A516; }
span { border-color: rgb(179,165,22); }
td.TdClassName
{
border-color: #B3A516;
}
.TagClassName
{
border-color: #B3A516;
}
</style>