Shades of Earls Green #B3A611
Tints of Earls Green #B3A611
RGB
CMYK
RGB Variations
Color information
#B3A611 (or 0xB3A611) is known color: Earls Green. HEX triplet: B3, A6 and 11. RGB value is (179,166,17). Sum of RGB (Red+Green+Blue) = 179+166+17=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A611 is #4C59EE. Grayscale: #999999. Windows color (decimal): -5003759 or 1156787. OLE color: 1156787.
HSL color Cylindrical-coordinate representation of color #B3A611: hue angle of 55.19º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3A611 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 17 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.30 |
| HSL | 55.19º | 0.83% | 0.38% | - |
| HSV(B) | 55.19º | 0.91% | 0.7% | - |
| XYZ | 32.33 | 36.9 | 5.95 | - |
| YUV | 152.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 17 | 0 | 0.07 | 0.91 | 0.30 | 55.19 | 0.83 | 0.38 |
| Hex | B3 | A6 | 11 | 0 | 7 | 5B | 1E | 37 | 53 | 26 |
| Octal | 263 | 246 | 21 | 0 | 7 | 133 | 36 | 67 | 123 | 46 |
| Binary | 10110011 | 10100110 | 10001 | 0 | 111 | 1011011 | 11110 | 110111 | 1010011 | 100110 |
Color Harmonies of #B3A611
Complementary color
Monochromatic Colors of #B3A611
Black with #B3A611
Text Example
Text Example
White with #B3A611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A611; }
p { color: rgb(179,166,17); }
H1.HeaderClassName
{
color: #B3A611;
}
.AnyTagClassName
{
color: #B3A611;
}
</style>
background-color css
<style>
a { background-color: #B3A611; }
a { background-color: rgb(179,166,17); }
div.DivClassName
{
background-color: #B3A611;
}
.BgClassName
{
background-color: #B3A611;
}
</style>
border-color css
<style>
span { border-color: #B3A611; }
span { border-color: rgb(179,166,17); }
td.TdClassName
{
border-color: #B3A611;
}
.TagClassName
{
border-color: #B3A611;
}
</style>