Shades of Earls Green #B7A71C
Tints of Earls Green #B7A71C
RGB
CMYK
RGB Variations
Color information
#B7A71C (or 0xB7A71C) is known color: Earls Green. HEX triplet: B7, A7 and 1C. RGB value is (183,167,28). Sum of RGB (Red+Green+Blue) = 183+167+28=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A71C is #4858E3. Grayscale: #9C9C9C. Windows color (decimal): -4741348 or 1877943. OLE color: 1877943.
HSL color Cylindrical-coordinate representation of color #B7A71C: hue angle of 53.81º 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 #B7A71C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 28 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.28 |
| HSL | 53.81º | 0.73% | 0.41% | - |
| HSV(B) | 53.81º | 0.85% | 0.72% | - |
| XYZ | 33.56 | 37.79 | 6.62 | - |
| YUV | 155.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 28 | 0 | 0.09 | 0.85 | 0.28 | 53.81 | 0.73 | 0.41 |
| Hex | B7 | A7 | 1C | 0 | 9 | 55 | 1C | 36 | 49 | 29 |
| Octal | 267 | 247 | 34 | 0 | 11 | 125 | 34 | 66 | 111 | 51 |
| Binary | 10110111 | 10100111 | 11100 | 0 | 1001 | 1010101 | 11100 | 110110 | 1001001 | 101001 |
Color Harmonies of #B7A71C
Complementary color
Monochromatic Colors of #B7A71C
Black with #B7A71C
Text Example
Text Example
White with #B7A71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A71C; }
p { color: rgb(183,167,28); }
H1.HeaderClassName
{
color: #B7A71C;
}
.AnyTagClassName
{
color: #B7A71C;
}
</style>
background-color css
<style>
a { background-color: #B7A71C; }
a { background-color: rgb(183,167,28); }
div.DivClassName
{
background-color: #B7A71C;
}
.BgClassName
{
background-color: #B7A71C;
}
</style>
border-color css
<style>
span { border-color: #B7A71C; }
span { border-color: rgb(183,167,28); }
td.TdClassName
{
border-color: #B7A71C;
}
.TagClassName
{
border-color: #B7A71C;
}
</style>