Shades of Earls Green #B1AB18
Tints of Earls Green #B1AB18
RGB
CMYK
RGB Variations
Color information
#B1AB18 (or 0xB1AB18) is known color: Earls Green. HEX triplet: B1, AB and 18. RGB value is (177,171,24). Sum of RGB (Red+Green+Blue) = 177+171+24=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AB18 is #4E54E7. Grayscale: #9C9C9C. Windows color (decimal): -5133544 or 1616817. OLE color: 1616817.
HSL color Cylindrical-coordinate representation of color #B1AB18: hue angle of 57.65º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1AB18 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 24 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.31 |
| HSL | 57.65º | 0.76% | 0.39% | - |
| HSV(B) | 57.65º | 0.86% | 0.69% | - |
| XYZ | 32.86 | 38.54 | 6.57 | - |
| YUV | 156.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 24 | 0 | 0.03 | 0.86 | 0.31 | 57.65 | 0.76 | 0.39 |
| Hex | B1 | AB | 18 | 0 | 3 | 56 | 1F | 3A | 4C | 27 |
| Octal | 261 | 253 | 30 | 0 | 3 | 126 | 37 | 72 | 114 | 47 |
| Binary | 10110001 | 10101011 | 11000 | 0 | 11 | 1010110 | 11111 | 111010 | 1001100 | 100111 |
Color Harmonies of #B1AB18
Complementary color
Monochromatic Colors of #B1AB18
Black with #B1AB18
Text Example
Text Example
White with #B1AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB18; }
p { color: rgb(177,171,24); }
H1.HeaderClassName
{
color: #B1AB18;
}
.AnyTagClassName
{
color: #B1AB18;
}
</style>
background-color css
<style>
a { background-color: #B1AB18; }
a { background-color: rgb(177,171,24); }
div.DivClassName
{
background-color: #B1AB18;
}
.BgClassName
{
background-color: #B1AB18;
}
</style>
border-color css
<style>
span { border-color: #B1AB18; }
span { border-color: rgb(177,171,24); }
td.TdClassName
{
border-color: #B1AB18;
}
.TagClassName
{
border-color: #B1AB18;
}
</style>