Shades of Earls Green #B1A71E
Tints of Earls Green #B1A71E
RGB
CMYK
RGB Variations
Color information
#B1A71E (or 0xB1A71E) is known color: Earls Green. HEX triplet: B1, A7 and 1E. RGB value is (177,167,30). Sum of RGB (Red+Green+Blue) = 177+167+30=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A71E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A71E is #4E58E1. Grayscale: #9A9A9A. Windows color (decimal): -5134562 or 2009009. OLE color: 2009009.
HSL color Cylindrical-coordinate representation of color #B1A71E: hue angle of 55.92º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1A71E is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 30 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.31 |
| HSL | 55.92º | 0.71% | 0.41% | - |
| HSV(B) | 55.92º | 0.83% | 0.69% | - |
| XYZ | 32.18 | 37.08 | 6.69 | - |
| YUV | 154.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 30 | 0 | 0.06 | 0.83 | 0.31 | 55.92 | 0.71 | 0.41 |
| Hex | B1 | A7 | 1E | 0 | 6 | 53 | 1F | 38 | 47 | 29 |
| Octal | 261 | 247 | 36 | 0 | 6 | 123 | 37 | 70 | 107 | 51 |
| Binary | 10110001 | 10100111 | 11110 | 0 | 110 | 1010011 | 11111 | 111000 | 1000111 | 101001 |
Color Harmonies of #B1A71E
Complementary color
Monochromatic Colors of #B1A71E
Black with #B1A71E
Text Example
Text Example
White with #B1A71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A71E; }
p { color: rgb(177,167,30); }
H1.HeaderClassName
{
color: #B1A71E;
}
.AnyTagClassName
{
color: #B1A71E;
}
</style>
background-color css
<style>
a { background-color: #B1A71E; }
a { background-color: rgb(177,167,30); }
div.DivClassName
{
background-color: #B1A71E;
}
.BgClassName
{
background-color: #B1A71E;
}
</style>
border-color css
<style>
span { border-color: #B1A71E; }
span { border-color: rgb(177,167,30); }
td.TdClassName
{
border-color: #B1A71E;
}
.TagClassName
{
border-color: #B1A71E;
}
</style>