Shades of Earls Green #B1AB28
Tints of Earls Green #B1AB28
RGB
CMYK
RGB Variations
Color information
#B1AB28 (or 0xB1AB28) is known color: Earls Green. HEX triplet: B1, AB and 28. RGB value is (177,171,40). Sum of RGB (Red+Green+Blue) = 177+171+40=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB28 is #4E54D7. Grayscale: #9E9E9E. Windows color (decimal): -5133528 or 2665393. OLE color: 2665393.
HSL color Cylindrical-coordinate representation of color #B1AB28: hue angle of 57.37º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1AB28 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 40 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.31 |
| HSL | 57.37º | 0.63% | 0.43% | - |
| HSV(B) | 57.37º | 0.77% | 0.69% | - |
| XYZ | 33.08 | 38.63 | 7.72 | - |
| YUV | 157.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 40 | 0 | 0.03 | 0.77 | 0.31 | 57.37 | 0.63 | 0.43 |
| Hex | B1 | AB | 28 | 0 | 3 | 4D | 1F | 39 | 3F | 2B |
| Octal | 261 | 253 | 50 | 0 | 3 | 115 | 37 | 71 | 77 | 53 |
| Binary | 10110001 | 10101011 | 101000 | 0 | 11 | 1001101 | 11111 | 111001 | 111111 | 101011 |
Color Harmonies of #B1AB28
Complementary color
Monochromatic Colors of #B1AB28
Black with #B1AB28
Text Example
Text Example
White with #B1AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB28; }
p { color: rgb(177,171,40); }
H1.HeaderClassName
{
color: #B1AB28;
}
.AnyTagClassName
{
color: #B1AB28;
}
</style>
background-color css
<style>
a { background-color: #B1AB28; }
a { background-color: rgb(177,171,40); }
div.DivClassName
{
background-color: #B1AB28;
}
.BgClassName
{
background-color: #B1AB28;
}
</style>
border-color css
<style>
span { border-color: #B1AB28; }
span { border-color: rgb(177,171,40); }
td.TdClassName
{
border-color: #B1AB28;
}
.TagClassName
{
border-color: #B1AB28;
}
</style>