Shades of Earls Green #B7A628
Tints of Earls Green #B7A628
RGB
CMYK
RGB Variations
Color information
#B7A628 (or 0xB7A628) is known color: Earls Green. HEX triplet: B7, A6 and 28. RGB value is (183,166,40). Sum of RGB (Red+Green+Blue) = 183+166+40=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A628 is #4859D7. Grayscale: #9D9D9D. Windows color (decimal): -4741592 or 2664119. OLE color: 2664119.
HSL color Cylindrical-coordinate representation of color #B7A628: hue angle of 52.87º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7A628 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 40 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.28 |
| HSL | 52.87º | 0.64% | 0.44% | - |
| HSV(B) | 52.87º | 0.78% | 0.72% | - |
| XYZ | 33.55 | 37.49 | 7.48 | - |
| YUV | 156.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 40 | 0 | 0.09 | 0.78 | 0.28 | 52.87 | 0.64 | 0.44 |
| Hex | B7 | A6 | 28 | 0 | 9 | 4E | 1C | 35 | 40 | 2C |
| Octal | 267 | 246 | 50 | 0 | 11 | 116 | 34 | 65 | 100 | 54 |
| Binary | 10110111 | 10100110 | 101000 | 0 | 1001 | 1001110 | 11100 | 110101 | 1000000 | 101100 |
Color Harmonies of #B7A628
Complementary color
Monochromatic Colors of #B7A628
Black with #B7A628
Text Example
Text Example
White with #B7A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A628; }
p { color: rgb(183,166,40); }
H1.HeaderClassName
{
color: #B7A628;
}
.AnyTagClassName
{
color: #B7A628;
}
</style>
background-color css
<style>
a { background-color: #B7A628; }
a { background-color: rgb(183,166,40); }
div.DivClassName
{
background-color: #B7A628;
}
.BgClassName
{
background-color: #B7A628;
}
</style>
border-color css
<style>
span { border-color: #B7A628; }
span { border-color: rgb(183,166,40); }
td.TdClassName
{
border-color: #B7A628;
}
.TagClassName
{
border-color: #B7A628;
}
</style>