Shades of Earls Green #B7A518
Tints of Earls Green #B7A518
RGB
CMYK
RGB Variations
Color information
#B7A518 (or 0xB7A518) is known color: Earls Green. HEX triplet: B7, A5 and 18. RGB value is (183,165,24). Sum of RGB (Red+Green+Blue) = 183+165+24=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A518 is #485AE7. Grayscale: #9A9A9A. Windows color (decimal): -4741864 or 1615287. OLE color: 1615287.
HSL color Cylindrical-coordinate representation of color #B7A518: hue angle of 53.21º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7A518 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 24 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.28 |
| HSL | 53.21º | 0.77% | 0.41% | - |
| HSV(B) | 53.21º | 0.87% | 0.72% | - |
| XYZ | 33.15 | 37.04 | 6.27 | - |
| YUV | 154.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 24 | 0 | 0.10 | 0.87 | 0.28 | 53.21 | 0.77 | 0.41 |
| Hex | B7 | A5 | 18 | 0 | A | 57 | 1C | 35 | 4D | 29 |
| Octal | 267 | 245 | 30 | 0 | 12 | 127 | 34 | 65 | 115 | 51 |
| Binary | 10110111 | 10100101 | 11000 | 0 | 1010 | 1010111 | 11100 | 110101 | 1001101 | 101001 |
Color Harmonies of #B7A518
Complementary color
Monochromatic Colors of #B7A518
Black with #B7A518
Text Example
Text Example
White with #B7A518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A518; }
p { color: rgb(183,165,24); }
H1.HeaderClassName
{
color: #B7A518;
}
.AnyTagClassName
{
color: #B7A518;
}
</style>
background-color css
<style>
a { background-color: #B7A518; }
a { background-color: rgb(183,165,24); }
div.DivClassName
{
background-color: #B7A518;
}
.BgClassName
{
background-color: #B7A518;
}
</style>
border-color css
<style>
span { border-color: #B7A518; }
span { border-color: rgb(183,165,24); }
td.TdClassName
{
border-color: #B7A518;
}
.TagClassName
{
border-color: #B7A518;
}
</style>