Shades of Earls Green #B1AA1B
Tints of Earls Green #B1AA1B
RGB
CMYK
RGB Variations
Color information
#B1AA1B (or 0xB1AA1B) is known color: Earls Green. HEX triplet: B1, AA and 1B. RGB value is (177,170,27). Sum of RGB (Red+Green+Blue) = 177+170+27=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA1B is #4E55E4. Grayscale: #9C9C9C. Windows color (decimal): -5133797 or 1813169. OLE color: 1813169.
HSL color Cylindrical-coordinate representation of color #B1AA1B: hue angle of 57.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1AA1B is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 27 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.31 |
| HSL | 57.2º | 0.74% | 0.4% | - |
| HSV(B) | 57.2º | 0.85% | 0.69% | - |
| XYZ | 32.7 | 38.18 | 6.68 | - |
| YUV | 155.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 27 | 0 | 0.04 | 0.85 | 0.31 | 57.2 | 0.74 | 0.4 |
| Hex | B1 | AA | 1B | 0 | 4 | 55 | 1F | 39 | 4A | 28 |
| Octal | 261 | 252 | 33 | 0 | 4 | 125 | 37 | 71 | 112 | 50 |
| Binary | 10110001 | 10101010 | 11011 | 0 | 100 | 1010101 | 11111 | 111001 | 1001010 | 101000 |
Color Harmonies of #B1AA1B
Complementary color
Monochromatic Colors of #B1AA1B
Black with #B1AA1B
Text Example
Text Example
White with #B1AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA1B; }
p { color: rgb(177,170,27); }
H1.HeaderClassName
{
color: #B1AA1B;
}
.AnyTagClassName
{
color: #B1AA1B;
}
</style>
background-color css
<style>
a { background-color: #B1AA1B; }
a { background-color: rgb(177,170,27); }
div.DivClassName
{
background-color: #B1AA1B;
}
.BgClassName
{
background-color: #B1AA1B;
}
</style>
border-color css
<style>
span { border-color: #B1AA1B; }
span { border-color: rgb(177,170,27); }
td.TdClassName
{
border-color: #B1AA1B;
}
.TagClassName
{
border-color: #B1AA1B;
}
</style>