Shades of Earls Green #B5A21E
Tints of Earls Green #B5A21E
RGB
CMYK
RGB Variations
Color information
#B5A21E (or 0xB5A21E) is known color: Earls Green. HEX triplet: B5, A2 and 1E. RGB value is (181,162,30). Sum of RGB (Red+Green+Blue) = 181+162+30=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A21E is #4A5DE1. Grayscale: #999999. Windows color (decimal): -4873698 or 2007733. OLE color: 2007733.
HSL color Cylindrical-coordinate representation of color #B5A21E: hue angle of 52.45º degrees, saturation: 0.72, 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 #B5A21E is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 30 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.29 |
| HSL | 52.45º | 0.72% | 0.41% | - |
| HSV(B) | 52.45º | 0.83% | 0.71% | - |
| XYZ | 32.21 | 35.76 | 6.43 | - |
| YUV | 152.63 | 58.79 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 30 | 0 | 0.10 | 0.83 | 0.29 | 52.45 | 0.72 | 0.41 |
| Hex | B5 | A2 | 1E | 0 | A | 53 | 1D | 34 | 48 | 29 |
| Octal | 265 | 242 | 36 | 0 | 12 | 123 | 35 | 64 | 110 | 51 |
| Binary | 10110101 | 10100010 | 11110 | 0 | 1010 | 1010011 | 11101 | 110100 | 1001000 | 101001 |
Color Harmonies of #B5A21E
Complementary color
Monochromatic Colors of #B5A21E
Black with #B5A21E
Text Example
Text Example
White with #B5A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A21E; }
p { color: rgb(181,162,30); }
H1.HeaderClassName
{
color: #B5A21E;
}
.AnyTagClassName
{
color: #B5A21E;
}
</style>
background-color css
<style>
a { background-color: #B5A21E; }
a { background-color: rgb(181,162,30); }
div.DivClassName
{
background-color: #B5A21E;
}
.BgClassName
{
background-color: #B5A21E;
}
</style>
border-color css
<style>
span { border-color: #B5A21E; }
span { border-color: rgb(181,162,30); }
td.TdClassName
{
border-color: #B5A21E;
}
.TagClassName
{
border-color: #B5A21E;
}
</style>