Shades of Earls Green #B1A831
Tints of Earls Green #B1A831
RGB
CMYK
RGB Variations
Color information
#B1A831 (or 0xB1A831) is known color: Earls Green. HEX triplet: B1, A8 and 31. RGB value is (177,168,49). Sum of RGB (Red+Green+Blue) = 177+168+49=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A831 is #4E57CE. Grayscale: #9D9D9D. Windows color (decimal): -5134287 or 3254449. OLE color: 3254449.
HSL color Cylindrical-coordinate representation of color #B1A831: hue angle of 55.78º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1A831 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 49 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.31 |
| HSL | 55.78º | 0.57% | 0.44% | - |
| HSV(B) | 55.78º | 0.72% | 0.69% | - |
| XYZ | 32.69 | 37.57 | 8.44 | - |
| YUV | 157.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 49 | 0 | 0.05 | 0.72 | 0.31 | 55.78 | 0.57 | 0.44 |
| Hex | B1 | A8 | 31 | 0 | 5 | 48 | 1F | 38 | 39 | 2C |
| Octal | 261 | 250 | 61 | 0 | 5 | 110 | 37 | 70 | 71 | 54 |
| Binary | 10110001 | 10101000 | 110001 | 0 | 101 | 1001000 | 11111 | 111000 | 111001 | 101100 |
Color Harmonies of #B1A831
Complementary color
Monochromatic Colors of #B1A831
Black with #B1A831
Text Example
Text Example
White with #B1A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A831; }
p { color: rgb(177,168,49); }
H1.HeaderClassName
{
color: #B1A831;
}
.AnyTagClassName
{
color: #B1A831;
}
</style>
background-color css
<style>
a { background-color: #B1A831; }
a { background-color: rgb(177,168,49); }
div.DivClassName
{
background-color: #B1A831;
}
.BgClassName
{
background-color: #B1A831;
}
</style>
border-color css
<style>
span { border-color: #B1A831; }
span { border-color: rgb(177,168,49); }
td.TdClassName
{
border-color: #B1A831;
}
.TagClassName
{
border-color: #B1A831;
}
</style>