Shades of Earls Green #B5A831
Tints of Earls Green #B5A831
RGB
CMYK
RGB Variations
Color information
#B5A831 (or 0xB5A831) is known color: Earls Green. HEX triplet: B5, A8 and 31. RGB value is (181,168,49). Sum of RGB (Red+Green+Blue) = 181+168+49=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A831 is #4A57CE. Grayscale: #9E9E9E. Windows color (decimal): -4872143 or 3254453. OLE color: 3254453.
HSL color Cylindrical-coordinate representation of color #B5A831: hue angle of 54.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5A831 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 49 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.29 |
| HSL | 54.09º | 0.57% | 0.45% | - |
| HSV(B) | 54.09º | 0.73% | 0.71% | - |
| XYZ | 33.61 | 38.05 | 8.48 | - |
| YUV | 158.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 49 | 0 | 0.07 | 0.73 | 0.29 | 54.09 | 0.57 | 0.45 |
| Hex | B5 | A8 | 31 | 0 | 7 | 49 | 1D | 36 | 39 | 2D |
| Octal | 265 | 250 | 61 | 0 | 7 | 111 | 35 | 66 | 71 | 55 |
| Binary | 10110101 | 10101000 | 110001 | 0 | 111 | 1001001 | 11101 | 110110 | 111001 | 101101 |
Color Harmonies of #B5A831
Complementary color
Monochromatic Colors of #B5A831
Black with #B5A831
Text Example
Text Example
White with #B5A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A831; }
p { color: rgb(181,168,49); }
H1.HeaderClassName
{
color: #B5A831;
}
.AnyTagClassName
{
color: #B5A831;
}
</style>
background-color css
<style>
a { background-color: #B5A831; }
a { background-color: rgb(181,168,49); }
div.DivClassName
{
background-color: #B5A831;
}
.BgClassName
{
background-color: #B5A831;
}
</style>
border-color css
<style>
span { border-color: #B5A831; }
span { border-color: rgb(181,168,49); }
td.TdClassName
{
border-color: #B5A831;
}
.TagClassName
{
border-color: #B5A831;
}
</style>