Shades of Earls Green #B4A831
Tints of Earls Green #B4A831
RGB
CMYK
RGB Variations
Color information
#B4A831 (or 0xB4A831) is known color: Earls Green. HEX triplet: B4, A8 and 31. RGB value is (180,168,49). Sum of RGB (Red+Green+Blue) = 180+168+49=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A831 is #4B57CE. Grayscale: #9E9E9E. Windows color (decimal): -4937679 or 3254452. OLE color: 3254452.
HSL color Cylindrical-coordinate representation of color #B4A831: hue angle of 54.5º 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 #B4A831 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 49 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.29 |
| HSL | 54.5º | 0.57% | 0.45% | - |
| HSV(B) | 54.5º | 0.73% | 0.71% | - |
| XYZ | 33.38 | 37.93 | 8.47 | - |
| YUV | 158.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 49 | 0 | 0.07 | 0.73 | 0.29 | 54.5 | 0.57 | 0.45 |
| Hex | B4 | A8 | 31 | 0 | 7 | 49 | 1D | 37 | 39 | 2D |
| Octal | 264 | 250 | 61 | 0 | 7 | 111 | 35 | 67 | 71 | 55 |
| Binary | 10110100 | 10101000 | 110001 | 0 | 111 | 1001001 | 11101 | 110111 | 111001 | 101101 |
Color Harmonies of #B4A831
Complementary color
Monochromatic Colors of #B4A831
Black with #B4A831
Text Example
Text Example
White with #B4A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A831; }
p { color: rgb(180,168,49); }
H1.HeaderClassName
{
color: #B4A831;
}
.AnyTagClassName
{
color: #B4A831;
}
</style>
background-color css
<style>
a { background-color: #B4A831; }
a { background-color: rgb(180,168,49); }
div.DivClassName
{
background-color: #B4A831;
}
.BgClassName
{
background-color: #B4A831;
}
</style>
border-color css
<style>
span { border-color: #B4A831; }
span { border-color: rgb(180,168,49); }
td.TdClassName
{
border-color: #B4A831;
}
.TagClassName
{
border-color: #B4A831;
}
</style>