Shades of Earls Green #B7A512
Tints of Earls Green #B7A512
RGB
CMYK
RGB Variations
Color information
#B7A512 (or 0xB7A512) is known color: Earls Green. HEX triplet: B7, A5 and 12. RGB value is (183,165,18). Sum of RGB (Red+Green+Blue) = 183+165+18=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A512 is #485AED. Grayscale: #9A9A9A. Windows color (decimal): -4741870 or 1222071. OLE color: 1222071.
HSL color Cylindrical-coordinate representation of color #B7A512: hue angle of 53.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7A512 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 18 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.28 |
| HSL | 53.45º | 0.82% | 0.39% | - |
| HSV(B) | 53.45º | 0.9% | 0.72% | - |
| XYZ | 33.09 | 37.02 | 5.97 | - |
| YUV | 153.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 18 | 0 | 0.10 | 0.90 | 0.28 | 53.45 | 0.82 | 0.39 |
| Hex | B7 | A5 | 12 | 0 | A | 5A | 1C | 35 | 52 | 27 |
| Octal | 267 | 245 | 22 | 0 | 12 | 132 | 34 | 65 | 122 | 47 |
| Binary | 10110111 | 10100101 | 10010 | 0 | 1010 | 1011010 | 11100 | 110101 | 1010010 | 100111 |
Color Harmonies of #B7A512
Complementary color
Monochromatic Colors of #B7A512
Black with #B7A512
Text Example
Text Example
White with #B7A512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A512; }
p { color: rgb(183,165,18); }
H1.HeaderClassName
{
color: #B7A512;
}
.AnyTagClassName
{
color: #B7A512;
}
</style>
background-color css
<style>
a { background-color: #B7A512; }
a { background-color: rgb(183,165,18); }
div.DivClassName
{
background-color: #B7A512;
}
.BgClassName
{
background-color: #B7A512;
}
</style>
border-color css
<style>
span { border-color: #B7A512; }
span { border-color: rgb(183,165,18); }
td.TdClassName
{
border-color: #B7A512;
}
.TagClassName
{
border-color: #B7A512;
}
</style>