Shades of Earls Green #B4A31E
Tints of Earls Green #B4A31E
RGB
CMYK
RGB Variations
Color information
#B4A31E (or 0xB4A31E) is known color: Earls Green. HEX triplet: B4, A3 and 1E. RGB value is (180,163,30). Sum of RGB (Red+Green+Blue) = 180+163+30=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A31E is #4B5CE1. Grayscale: #999999. Windows color (decimal): -4938978 or 2007988. OLE color: 2007988.
HSL color Cylindrical-coordinate representation of color #B4A31E: hue angle of 53.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4A31E is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 30 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.29 |
| HSL | 53.2º | 0.71% | 0.41% | - |
| HSV(B) | 53.2º | 0.83% | 0.71% | - |
| XYZ | 32.15 | 35.99 | 6.48 | - |
| YUV | 152.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 30 | 0 | 0.09 | 0.83 | 0.29 | 53.2 | 0.71 | 0.41 |
| Hex | B4 | A3 | 1E | 0 | 9 | 53 | 1D | 35 | 47 | 29 |
| Octal | 264 | 243 | 36 | 0 | 11 | 123 | 35 | 65 | 107 | 51 |
| Binary | 10110100 | 10100011 | 11110 | 0 | 1001 | 1010011 | 11101 | 110101 | 1000111 | 101001 |
Color Harmonies of #B4A31E
Complementary color
Monochromatic Colors of #B4A31E
Black with #B4A31E
Text Example
Text Example
White with #B4A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A31E; }
p { color: rgb(180,163,30); }
H1.HeaderClassName
{
color: #B4A31E;
}
.AnyTagClassName
{
color: #B4A31E;
}
</style>
background-color css
<style>
a { background-color: #B4A31E; }
a { background-color: rgb(180,163,30); }
div.DivClassName
{
background-color: #B4A31E;
}
.BgClassName
{
background-color: #B4A31E;
}
</style>
border-color css
<style>
span { border-color: #B4A31E; }
span { border-color: rgb(180,163,30); }
td.TdClassName
{
border-color: #B4A31E;
}
.TagClassName
{
border-color: #B4A31E;
}
</style>