Shades of Earls Green #B7A81C
Tints of Earls Green #B7A81C
RGB
CMYK
RGB Variations
Color information
#B7A81C (or 0xB7A81C) is known color: Earls Green. HEX triplet: B7, A8 and 1C. RGB value is (183,168,28). Sum of RGB (Red+Green+Blue) = 183+168+28=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A81C is #4857E3. Grayscale: #9D9D9D. Windows color (decimal): -4741092 or 1878199. OLE color: 1878199.
HSL color Cylindrical-coordinate representation of color #B7A81C: hue angle of 54.19º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7A81C is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 28 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.28 |
| HSL | 54.19º | 0.73% | 0.41% | - |
| HSV(B) | 54.19º | 0.85% | 0.72% | - |
| XYZ | 33.74 | 38.16 | 6.69 | - |
| YUV | 156.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 28 | 0 | 0.08 | 0.85 | 0.28 | 54.19 | 0.73 | 0.41 |
| Hex | B7 | A8 | 1C | 0 | 8 | 55 | 1C | 36 | 49 | 29 |
| Octal | 267 | 250 | 34 | 0 | 10 | 125 | 34 | 66 | 111 | 51 |
| Binary | 10110111 | 10101000 | 11100 | 0 | 1000 | 1010101 | 11100 | 110110 | 1001001 | 101001 |
Color Harmonies of #B7A81C
Complementary color
Monochromatic Colors of #B7A81C
Black with #B7A81C
Text Example
Text Example
White with #B7A81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A81C; }
p { color: rgb(183,168,28); }
H1.HeaderClassName
{
color: #B7A81C;
}
.AnyTagClassName
{
color: #B7A81C;
}
</style>
background-color css
<style>
a { background-color: #B7A81C; }
a { background-color: rgb(183,168,28); }
div.DivClassName
{
background-color: #B7A81C;
}
.BgClassName
{
background-color: #B7A81C;
}
</style>
border-color css
<style>
span { border-color: #B7A81C; }
span { border-color: rgb(183,168,28); }
td.TdClassName
{
border-color: #B7A81C;
}
.TagClassName
{
border-color: #B7A81C;
}
</style>