Shades of Earls Green #B7A521
Tints of Earls Green #B7A521
RGB
CMYK
RGB Variations
Color information
#B7A521 (or 0xB7A521) is known color: Earls Green. HEX triplet: B7, A5 and 21. RGB value is (183,165,33). Sum of RGB (Red+Green+Blue) = 183+165+33=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A521 is #485ADE. Grayscale: #9B9B9B. Windows color (decimal): -4741855 or 2205111. OLE color: 2205111.
HSL color Cylindrical-coordinate representation of color #B7A521: hue angle of 52.8º 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 #B7A521 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 33 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.28 |
| HSL | 52.8º | 0.69% | 0.42% | - |
| HSV(B) | 52.8º | 0.82% | 0.72% | - |
| XYZ | 33.26 | 37.09 | 6.84 | - |
| YUV | 155.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 33 | 0 | 0.10 | 0.82 | 0.28 | 52.8 | 0.69 | 0.42 |
| Hex | B7 | A5 | 21 | 0 | A | 52 | 1C | 35 | 45 | 2A |
| Octal | 267 | 245 | 41 | 0 | 12 | 122 | 34 | 65 | 105 | 52 |
| Binary | 10110111 | 10100101 | 100001 | 0 | 1010 | 1010010 | 11100 | 110101 | 1000101 | 101010 |
Color Harmonies of #B7A521
Complementary color
Monochromatic Colors of #B7A521
Black with #B7A521
Text Example
Text Example
White with #B7A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A521; }
p { color: rgb(183,165,33); }
H1.HeaderClassName
{
color: #B7A521;
}
.AnyTagClassName
{
color: #B7A521;
}
</style>
background-color css
<style>
a { background-color: #B7A521; }
a { background-color: rgb(183,165,33); }
div.DivClassName
{
background-color: #B7A521;
}
.BgClassName
{
background-color: #B7A521;
}
</style>
border-color css
<style>
span { border-color: #B7A521; }
span { border-color: rgb(183,165,33); }
td.TdClassName
{
border-color: #B7A521;
}
.TagClassName
{
border-color: #B7A521;
}
</style>