Shades of Earls Green #B7A11C
Tints of Earls Green #B7A11C
RGB
CMYK
RGB Variations
Color information
#B7A11C (or 0xB7A11C) is known color: Earls Green. HEX triplet: B7, A1 and 1C. RGB value is (183,161,28). Sum of RGB (Red+Green+Blue) = 183+161+28=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A11C is #485EE3. Grayscale: #989898. Windows color (decimal): -4742884 or 1876407. OLE color: 1876407.
HSL color Cylindrical-coordinate representation of color #B7A11C: hue angle of 51.48º 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 #B7A11C is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 28 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.28 |
| HSL | 51.48º | 0.73% | 0.41% | - |
| HSV(B) | 51.48º | 0.85% | 0.72% | - |
| XYZ | 32.48 | 35.64 | 6.27 | - |
| YUV | 152.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 28 | 0 | 0.12 | 0.85 | 0.28 | 51.48 | 0.73 | 0.41 |
| Hex | B7 | A1 | 1C | 0 | C | 55 | 1C | 33 | 49 | 29 |
| Octal | 267 | 241 | 34 | 0 | 14 | 125 | 34 | 63 | 111 | 51 |
| Binary | 10110111 | 10100001 | 11100 | 0 | 1100 | 1010101 | 11100 | 110011 | 1001001 | 101001 |
Color Harmonies of #B7A11C
Complementary color
Monochromatic Colors of #B7A11C
Black with #B7A11C
Text Example
Text Example
White with #B7A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A11C; }
p { color: rgb(183,161,28); }
H1.HeaderClassName
{
color: #B7A11C;
}
.AnyTagClassName
{
color: #B7A11C;
}
</style>
background-color css
<style>
a { background-color: #B7A11C; }
a { background-color: rgb(183,161,28); }
div.DivClassName
{
background-color: #B7A11C;
}
.BgClassName
{
background-color: #B7A11C;
}
</style>
border-color css
<style>
span { border-color: #B7A11C; }
span { border-color: rgb(183,161,28); }
td.TdClassName
{
border-color: #B7A11C;
}
.TagClassName
{
border-color: #B7A11C;
}
</style>