Shades of Earls Green #B7A622
Tints of Earls Green #B7A622
RGB
CMYK
RGB Variations
Color information
#B7A622 (or 0xB7A622) is known color: Earls Green. HEX triplet: B7, A6 and 22. RGB value is (183,166,34). Sum of RGB (Red+Green+Blue) = 183+166+34=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A622 is #4859DD. Grayscale: #9C9C9C. Windows color (decimal): -4741598 or 2270903. OLE color: 2270903.
HSL color Cylindrical-coordinate representation of color #B7A622: hue angle of 53.15º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7A622 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 34 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.28 |
| HSL | 53.15º | 0.69% | 0.43% | - |
| HSV(B) | 53.15º | 0.81% | 0.72% | - |
| XYZ | 33.45 | 37.46 | 6.98 | - |
| YUV | 156.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 34 | 0 | 0.09 | 0.81 | 0.28 | 53.15 | 0.69 | 0.43 |
| Hex | B7 | A6 | 22 | 0 | 9 | 51 | 1C | 35 | 45 | 2B |
| Octal | 267 | 246 | 42 | 0 | 11 | 121 | 34 | 65 | 105 | 53 |
| Binary | 10110111 | 10100110 | 100010 | 0 | 1001 | 1010001 | 11100 | 110101 | 1000101 | 101011 |
Color Harmonies of #B7A622
Complementary color
Monochromatic Colors of #B7A622
Black with #B7A622
Text Example
Text Example
White with #B7A622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A622; }
p { color: rgb(183,166,34); }
H1.HeaderClassName
{
color: #B7A622;
}
.AnyTagClassName
{
color: #B7A622;
}
</style>
background-color css
<style>
a { background-color: #B7A622; }
a { background-color: rgb(183,166,34); }
div.DivClassName
{
background-color: #B7A622;
}
.BgClassName
{
background-color: #B7A622;
}
</style>
border-color css
<style>
span { border-color: #B7A622; }
span { border-color: rgb(183,166,34); }
td.TdClassName
{
border-color: #B7A622;
}
.TagClassName
{
border-color: #B7A622;
}
</style>