Shades of Earls Green #B7A730
Tints of Earls Green #B7A730
RGB
CMYK
RGB Variations
Color information
#B7A730 (or 0xB7A730) is known color: Earls Green. HEX triplet: B7, A7 and 30. RGB value is (183,167,48). Sum of RGB (Red+Green+Blue) = 183+167+48=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A730 is #4858CF. Grayscale: #9E9E9E. Windows color (decimal): -4741328 or 3188663. OLE color: 3188663.
HSL color Cylindrical-coordinate representation of color #B7A730: hue angle of 52.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7A730 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 48 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.28 |
| HSL | 52.89º | 0.58% | 0.45% | - |
| HSV(B) | 52.89º | 0.74% | 0.72% | - |
| XYZ | 33.88 | 37.92 | 8.33 | - |
| YUV | 158.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 48 | 0 | 0.09 | 0.74 | 0.28 | 52.89 | 0.58 | 0.45 |
| Hex | B7 | A7 | 30 | 0 | 9 | 4A | 1C | 35 | 3A | 2D |
| Octal | 267 | 247 | 60 | 0 | 11 | 112 | 34 | 65 | 72 | 55 |
| Binary | 10110111 | 10100111 | 110000 | 0 | 1001 | 1001010 | 11100 | 110101 | 111010 | 101101 |
Color Harmonies of #B7A730
Complementary color
Monochromatic Colors of #B7A730
Black with #B7A730
Text Example
Text Example
White with #B7A730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A730; }
p { color: rgb(183,167,48); }
H1.HeaderClassName
{
color: #B7A730;
}
.AnyTagClassName
{
color: #B7A730;
}
</style>
background-color css
<style>
a { background-color: #B7A730; }
a { background-color: rgb(183,167,48); }
div.DivClassName
{
background-color: #B7A730;
}
.BgClassName
{
background-color: #B7A730;
}
</style>
border-color css
<style>
span { border-color: #B7A730; }
span { border-color: rgb(183,167,48); }
td.TdClassName
{
border-color: #B7A730;
}
.TagClassName
{
border-color: #B7A730;
}
</style>