Shades of Earls Green #B7A821
Tints of Earls Green #B7A821
RGB
CMYK
RGB Variations
Color information
#B7A821 (or 0xB7A821) is known color: Earls Green. HEX triplet: B7, A8 and 21. RGB value is (183,168,33). Sum of RGB (Red+Green+Blue) = 183+168+33=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A821 is #4857DE. Grayscale: #9D9D9D. Windows color (decimal): -4741087 or 2205879. OLE color: 2205879.
HSL color Cylindrical-coordinate representation of color #B7A821: hue angle of 54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7A821 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 33 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.28 |
| HSL | 54º | 0.69% | 0.42% | - |
| HSV(B) | 54º | 0.82% | 0.72% | - |
| XYZ | 33.81 | 38.18 | 7.03 | - |
| YUV | 157.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 33 | 0 | 0.08 | 0.82 | 0.28 | 54 | 0.69 | 0.42 |
| Hex | B7 | A8 | 21 | 0 | 8 | 52 | 1C | 36 | 45 | 2A |
| Octal | 267 | 250 | 41 | 0 | 10 | 122 | 34 | 66 | 105 | 52 |
| Binary | 10110111 | 10101000 | 100001 | 0 | 1000 | 1010010 | 11100 | 110110 | 1000101 | 101010 |
Color Harmonies of #B7A821
Complementary color
Monochromatic Colors of #B7A821
Black with #B7A821
Text Example
Text Example
White with #B7A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A821; }
p { color: rgb(183,168,33); }
H1.HeaderClassName
{
color: #B7A821;
}
.AnyTagClassName
{
color: #B7A821;
}
</style>
background-color css
<style>
a { background-color: #B7A821; }
a { background-color: rgb(183,168,33); }
div.DivClassName
{
background-color: #B7A821;
}
.BgClassName
{
background-color: #B7A821;
}
</style>
border-color css
<style>
span { border-color: #B7A821; }
span { border-color: rgb(183,168,33); }
td.TdClassName
{
border-color: #B7A821;
}
.TagClassName
{
border-color: #B7A821;
}
</style>