Shades of Earls Green #B7A319
Tints of Earls Green #B7A319
RGB
CMYK
RGB Variations
Color information
#B7A319 (or 0xB7A319) is known color: Earls Green. HEX triplet: B7, A3 and 19. RGB value is (183,163,25). Sum of RGB (Red+Green+Blue) = 183+163+25=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A319 is #485CE6. Grayscale: #999999. Windows color (decimal): -4742375 or 1680311. OLE color: 1680311.
HSL color Cylindrical-coordinate representation of color #B7A319: hue angle of 52.41º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7A319 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 25 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.28 |
| HSL | 52.41º | 0.76% | 0.41% | - |
| HSV(B) | 52.41º | 0.86% | 0.72% | - |
| XYZ | 32.8 | 36.33 | 6.2 | - |
| YUV | 153.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 25 | 0 | 0.11 | 0.86 | 0.28 | 52.41 | 0.76 | 0.41 |
| Hex | B7 | A3 | 19 | 0 | B | 56 | 1C | 34 | 4C | 29 |
| Octal | 267 | 243 | 31 | 0 | 13 | 126 | 34 | 64 | 114 | 51 |
| Binary | 10110111 | 10100011 | 11001 | 0 | 1011 | 1010110 | 11100 | 110100 | 1001100 | 101001 |
Color Harmonies of #B7A319
Complementary color
Monochromatic Colors of #B7A319
Black with #B7A319
Text Example
Text Example
White with #B7A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A319; }
p { color: rgb(183,163,25); }
H1.HeaderClassName
{
color: #B7A319;
}
.AnyTagClassName
{
color: #B7A319;
}
</style>
background-color css
<style>
a { background-color: #B7A319; }
a { background-color: rgb(183,163,25); }
div.DivClassName
{
background-color: #B7A319;
}
.BgClassName
{
background-color: #B7A319;
}
</style>
border-color css
<style>
span { border-color: #B7A319; }
span { border-color: rgb(183,163,25); }
td.TdClassName
{
border-color: #B7A319;
}
.TagClassName
{
border-color: #B7A319;
}
</style>