Shades of Earls Green #B6A315
Tints of Earls Green #B6A315
RGB
CMYK
RGB Variations
Color information
#B6A315 (or 0xB6A315) is known color: Earls Green. HEX triplet: B6, A3 and 15. RGB value is (182,163,21). Sum of RGB (Red+Green+Blue) = 182+163+21=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A315 is #495CEA. Grayscale: #999999. Windows color (decimal): -4807915 or 1418166. OLE color: 1418166.
HSL color Cylindrical-coordinate representation of color #B6A315: hue angle of 52.92º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6A315 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 21 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.29 |
| HSL | 52.92º | 0.79% | 0.4% | - |
| HSV(B) | 52.92º | 0.88% | 0.71% | - |
| XYZ | 32.52 | 36.19 | 5.98 | - |
| YUV | 152.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 21 | 0 | 0.10 | 0.88 | 0.29 | 52.92 | 0.79 | 0.4 |
| Hex | B6 | A3 | 15 | 0 | A | 58 | 1D | 35 | 4F | 28 |
| Octal | 266 | 243 | 25 | 0 | 12 | 130 | 35 | 65 | 117 | 50 |
| Binary | 10110110 | 10100011 | 10101 | 0 | 1010 | 1011000 | 11101 | 110101 | 1001111 | 101000 |
Color Harmonies of #B6A315
Complementary color
Monochromatic Colors of #B6A315
Black with #B6A315
Text Example
Text Example
White with #B6A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A315; }
p { color: rgb(182,163,21); }
H1.HeaderClassName
{
color: #B6A315;
}
.AnyTagClassName
{
color: #B6A315;
}
</style>
background-color css
<style>
a { background-color: #B6A315; }
a { background-color: rgb(182,163,21); }
div.DivClassName
{
background-color: #B6A315;
}
.BgClassName
{
background-color: #B6A315;
}
</style>
border-color css
<style>
span { border-color: #B6A315; }
span { border-color: rgb(182,163,21); }
td.TdClassName
{
border-color: #B6A315;
}
.TagClassName
{
border-color: #B6A315;
}
</style>