Shades of Earls Green #B1A31E
Tints of Earls Green #B1A31E
RGB
CMYK
RGB Variations
Color information
#B1A31E (or 0xB1A31E) is known color: Earls Green. HEX triplet: B1, A3 and 1E. RGB value is (177,163,30). Sum of RGB (Red+Green+Blue) = 177+163+30=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A31E is #4E5CE1. Grayscale: #989898. Windows color (decimal): -5135586 or 2007985. OLE color: 2007985.
HSL color Cylindrical-coordinate representation of color #B1A31E: hue angle of 54.29º 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 #B1A31E is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 30 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.31 |
| HSL | 54.29º | 0.71% | 0.41% | - |
| HSV(B) | 54.29º | 0.83% | 0.69% | - |
| XYZ | 31.46 | 35.64 | 6.45 | - |
| YUV | 152.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 30 | 0 | 0.08 | 0.83 | 0.31 | 54.29 | 0.71 | 0.41 |
| Hex | B1 | A3 | 1E | 0 | 8 | 53 | 1F | 36 | 47 | 29 |
| Octal | 261 | 243 | 36 | 0 | 10 | 123 | 37 | 66 | 107 | 51 |
| Binary | 10110001 | 10100011 | 11110 | 0 | 1000 | 1010011 | 11111 | 110110 | 1000111 | 101001 |
Color Harmonies of #B1A31E
Complementary color
Monochromatic Colors of #B1A31E
Black with #B1A31E
Text Example
Text Example
White with #B1A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A31E; }
p { color: rgb(177,163,30); }
H1.HeaderClassName
{
color: #B1A31E;
}
.AnyTagClassName
{
color: #B1A31E;
}
</style>
background-color css
<style>
a { background-color: #B1A31E; }
a { background-color: rgb(177,163,30); }
div.DivClassName
{
background-color: #B1A31E;
}
.BgClassName
{
background-color: #B1A31E;
}
</style>
border-color css
<style>
span { border-color: #B1A31E; }
span { border-color: rgb(177,163,30); }
td.TdClassName
{
border-color: #B1A31E;
}
.TagClassName
{
border-color: #B1A31E;
}
</style>