Shades of Earls Green #B1A31F
Tints of Earls Green #B1A31F
RGB
CMYK
RGB Variations
Color information
#B1A31F (or 0xB1A31F) is known color: Earls Green. HEX triplet: B1, A3 and 1F. RGB value is (177,163,31). Sum of RGB (Red+Green+Blue) = 177+163+31=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A31F is #4E5CE0. Grayscale: #989898. Windows color (decimal): -5135585 or 2073521. OLE color: 2073521.
HSL color Cylindrical-coordinate representation of color #B1A31F: hue angle of 54.25º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1A31F is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 31 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.31 |
| HSL | 54.25º | 0.7% | 0.41% | - |
| HSV(B) | 54.25º | 0.82% | 0.69% | - |
| XYZ | 31.48 | 35.64 | 6.52 | - |
| YUV | 152.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 31 | 0 | 0.08 | 0.82 | 0.31 | 54.25 | 0.7 | 0.41 |
| Hex | B1 | A3 | 1F | 0 | 8 | 52 | 1F | 36 | 46 | 29 |
| Octal | 261 | 243 | 37 | 0 | 10 | 122 | 37 | 66 | 106 | 51 |
| Binary | 10110001 | 10100011 | 11111 | 0 | 1000 | 1010010 | 11111 | 110110 | 1000110 | 101001 |
Color Harmonies of #B1A31F
Complementary color
Monochromatic Colors of #B1A31F
Black with #B1A31F
Text Example
Text Example
White with #B1A31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A31F; }
p { color: rgb(177,163,31); }
H1.HeaderClassName
{
color: #B1A31F;
}
.AnyTagClassName
{
color: #B1A31F;
}
</style>
background-color css
<style>
a { background-color: #B1A31F; }
a { background-color: rgb(177,163,31); }
div.DivClassName
{
background-color: #B1A31F;
}
.BgClassName
{
background-color: #B1A31F;
}
</style>
border-color css
<style>
span { border-color: #B1A31F; }
span { border-color: rgb(177,163,31); }
td.TdClassName
{
border-color: #B1A31F;
}
.TagClassName
{
border-color: #B1A31F;
}
</style>