Shades of Earls Green #B1AA27
Tints of Earls Green #B1AA27
RGB
CMYK
RGB Variations
Color information
#B1AA27 (or 0xB1AA27) is known color: Earls Green. HEX triplet: B1, AA and 27. RGB value is (177,170,39). Sum of RGB (Red+Green+Blue) = 177+170+39=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA27 is #4E55D8. Grayscale: #9D9D9D. Windows color (decimal): -5133785 or 2599601. OLE color: 2599601.
HSL color Cylindrical-coordinate representation of color #B1AA27: hue angle of 56.96º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1AA27 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 39 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.31 |
| HSL | 56.96º | 0.64% | 0.42% | - |
| HSV(B) | 56.96º | 0.78% | 0.69% | - |
| XYZ | 32.87 | 38.24 | 7.57 | - |
| YUV | 157.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 39 | 0 | 0.04 | 0.78 | 0.31 | 56.96 | 0.64 | 0.42 |
| Hex | B1 | AA | 27 | 0 | 4 | 4E | 1F | 39 | 40 | 2A |
| Octal | 261 | 252 | 47 | 0 | 4 | 116 | 37 | 71 | 100 | 52 |
| Binary | 10110001 | 10101010 | 100111 | 0 | 100 | 1001110 | 11111 | 111001 | 1000000 | 101010 |
Color Harmonies of #B1AA27
Complementary color
Monochromatic Colors of #B1AA27
Black with #B1AA27
Text Example
Text Example
White with #B1AA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA27; }
p { color: rgb(177,170,39); }
H1.HeaderClassName
{
color: #B1AA27;
}
.AnyTagClassName
{
color: #B1AA27;
}
</style>
background-color css
<style>
a { background-color: #B1AA27; }
a { background-color: rgb(177,170,39); }
div.DivClassName
{
background-color: #B1AA27;
}
.BgClassName
{
background-color: #B1AA27;
}
</style>
border-color css
<style>
span { border-color: #B1AA27; }
span { border-color: rgb(177,170,39); }
td.TdClassName
{
border-color: #B1AA27;
}
.TagClassName
{
border-color: #B1AA27;
}
</style>