Shades of Earls Green #B0A831
Tints of Earls Green #B0A831
RGB
CMYK
RGB Variations
Color information
#B0A831 (or 0xB0A831) is known color: Earls Green. HEX triplet: B0, A8 and 31. RGB value is (176,168,49). Sum of RGB (Red+Green+Blue) = 176+168+49=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A831 is #4F57CE. Grayscale: #9D9D9D. Windows color (decimal): -5199823 or 3254448. OLE color: 3254448.
HSL color Cylindrical-coordinate representation of color #B0A831: hue angle of 56.22º degrees, saturation: 0.56, 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 #B0A831 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 49 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.31 |
| HSL | 56.22º | 0.56% | 0.44% | - |
| HSV(B) | 56.22º | 0.72% | 0.69% | - |
| XYZ | 32.46 | 37.46 | 8.42 | - |
| YUV | 156.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 49 | 0 | 0.05 | 0.72 | 0.31 | 56.22 | 0.56 | 0.44 |
| Hex | B0 | A8 | 31 | 0 | 5 | 48 | 1F | 38 | 38 | 2C |
| Octal | 260 | 250 | 61 | 0 | 5 | 110 | 37 | 70 | 70 | 54 |
| Binary | 10110000 | 10101000 | 110001 | 0 | 101 | 1001000 | 11111 | 111000 | 111000 | 101100 |
Color Harmonies of #B0A831
Complementary color
Monochromatic Colors of #B0A831
Black with #B0A831
Text Example
Text Example
White with #B0A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A831; }
p { color: rgb(176,168,49); }
H1.HeaderClassName
{
color: #B0A831;
}
.AnyTagClassName
{
color: #B0A831;
}
</style>
background-color css
<style>
a { background-color: #B0A831; }
a { background-color: rgb(176,168,49); }
div.DivClassName
{
background-color: #B0A831;
}
.BgClassName
{
background-color: #B0A831;
}
</style>
border-color css
<style>
span { border-color: #B0A831; }
span { border-color: rgb(176,168,49); }
td.TdClassName
{
border-color: #B0A831;
}
.TagClassName
{
border-color: #B0A831;
}
</style>