Shades of Earls Green #B7A320
Tints of Earls Green #B7A320
RGB
CMYK
RGB Variations
Color information
#B7A320 (or 0xB7A320) is known color: Earls Green. HEX triplet: B7, A3 and 20. RGB value is (183,163,32). Sum of RGB (Red+Green+Blue) = 183+163+32=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A320 is #485CDF. Grayscale: #9A9A9A. Windows color (decimal): -4742368 or 2139063. OLE color: 2139063.
HSL color Cylindrical-coordinate representation of color #B7A320: hue angle of 52.05º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7A320 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 32 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.28 |
| HSL | 52.05º | 0.7% | 0.42% | - |
| HSV(B) | 52.05º | 0.83% | 0.72% | - |
| XYZ | 32.89 | 36.37 | 6.65 | - |
| YUV | 154.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 32 | 0 | 0.11 | 0.83 | 0.28 | 52.05 | 0.7 | 0.42 |
| Hex | B7 | A3 | 20 | 0 | B | 53 | 1C | 34 | 46 | 2A |
| Octal | 267 | 243 | 40 | 0 | 13 | 123 | 34 | 64 | 106 | 52 |
| Binary | 10110111 | 10100011 | 100000 | 0 | 1011 | 1010011 | 11100 | 110100 | 1000110 | 101010 |
Color Harmonies of #B7A320
Complementary color
Monochromatic Colors of #B7A320
Black with #B7A320
Text Example
Text Example
White with #B7A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A320; }
p { color: rgb(183,163,32); }
H1.HeaderClassName
{
color: #B7A320;
}
.AnyTagClassName
{
color: #B7A320;
}
</style>
background-color css
<style>
a { background-color: #B7A320; }
a { background-color: rgb(183,163,32); }
div.DivClassName
{
background-color: #B7A320;
}
.BgClassName
{
background-color: #B7A320;
}
</style>
border-color css
<style>
span { border-color: #B7A320; }
span { border-color: rgb(183,163,32); }
td.TdClassName
{
border-color: #B7A320;
}
.TagClassName
{
border-color: #B7A320;
}
</style>