Shades of Earls Green #B1A929
Tints of Earls Green #B1A929
RGB
CMYK
RGB Variations
Color information
#B1A929 (or 0xB1A929) is known color: Earls Green. HEX triplet: B1, A9 and 29. RGB value is (177,169,41). Sum of RGB (Red+Green+Blue) = 177+169+41=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A929 is #4E56D6. Grayscale: #9D9D9D. Windows color (decimal): -5134039 or 2730417. OLE color: 2730417.
HSL color Cylindrical-coordinate representation of color #B1A929: hue angle of 56.47º degrees, saturation: 0.62, 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 #B1A929 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 41 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.31 |
| HSL | 56.47º | 0.62% | 0.43% | - |
| HSV(B) | 56.47º | 0.77% | 0.69% | - |
| XYZ | 32.72 | 37.88 | 7.69 | - |
| YUV | 156.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 41 | 0 | 0.05 | 0.77 | 0.31 | 56.47 | 0.62 | 0.43 |
| Hex | B1 | A9 | 29 | 0 | 5 | 4D | 1F | 38 | 3E | 2B |
| Octal | 261 | 251 | 51 | 0 | 5 | 115 | 37 | 70 | 76 | 53 |
| Binary | 10110001 | 10101001 | 101001 | 0 | 101 | 1001101 | 11111 | 111000 | 111110 | 101011 |
Color Harmonies of #B1A929
Complementary color
Monochromatic Colors of #B1A929
Black with #B1A929
Text Example
Text Example
White with #B1A929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A929; }
p { color: rgb(177,169,41); }
H1.HeaderClassName
{
color: #B1A929;
}
.AnyTagClassName
{
color: #B1A929;
}
</style>
background-color css
<style>
a { background-color: #B1A929; }
a { background-color: rgb(177,169,41); }
div.DivClassName
{
background-color: #B1A929;
}
.BgClassName
{
background-color: #B1A929;
}
</style>
border-color css
<style>
span { border-color: #B1A929; }
span { border-color: rgb(177,169,41); }
td.TdClassName
{
border-color: #B1A929;
}
.TagClassName
{
border-color: #B1A929;
}
</style>