Shades of Earls Green #B1AB31
Tints of Earls Green #B1AB31
RGB
CMYK
RGB Variations
Color information
#B1AB31 (or 0xB1AB31) is known color: Earls Green. HEX triplet: B1, AB and 31. RGB value is (177,171,49). Sum of RGB (Red+Green+Blue) = 177+171+49=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB31 is #4E54CE. Grayscale: #9F9F9F. Windows color (decimal): -5133519 or 3255217. OLE color: 3255217.
HSL color Cylindrical-coordinate representation of color #B1AB31: hue angle of 57.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1AB31 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 49 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.31 |
| HSL | 57.19º | 0.57% | 0.44% | - |
| HSV(B) | 57.19º | 0.72% | 0.69% | - |
| XYZ | 33.25 | 38.69 | 8.62 | - |
| YUV | 158.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 49 | 0 | 0.03 | 0.72 | 0.31 | 57.19 | 0.57 | 0.44 |
| Hex | B1 | AB | 31 | 0 | 3 | 48 | 1F | 39 | 39 | 2C |
| Octal | 261 | 253 | 61 | 0 | 3 | 110 | 37 | 71 | 71 | 54 |
| Binary | 10110001 | 10101011 | 110001 | 0 | 11 | 1001000 | 11111 | 111001 | 111001 | 101100 |
Color Harmonies of #B1AB31
Complementary color
Monochromatic Colors of #B1AB31
Black with #B1AB31
Text Example
Text Example
White with #B1AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB31; }
p { color: rgb(177,171,49); }
H1.HeaderClassName
{
color: #B1AB31;
}
.AnyTagClassName
{
color: #B1AB31;
}
</style>
background-color css
<style>
a { background-color: #B1AB31; }
a { background-color: rgb(177,171,49); }
div.DivClassName
{
background-color: #B1AB31;
}
.BgClassName
{
background-color: #B1AB31;
}
</style>
border-color css
<style>
span { border-color: #B1AB31; }
span { border-color: rgb(177,171,49); }
td.TdClassName
{
border-color: #B1AB31;
}
.TagClassName
{
border-color: #B1AB31;
}
</style>