Shades of Earls Green #B5A31D
Tints of Earls Green #B5A31D
RGB
CMYK
RGB Variations
Color information
#B5A31D (or 0xB5A31D) is known color: Earls Green. HEX triplet: B5, A3 and 1D. RGB value is (181,163,29). Sum of RGB (Red+Green+Blue) = 181+163+29=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A31D is #4A5CE2. Grayscale: #999999. Windows color (decimal): -4873443 or 1942453. OLE color: 1942453.
HSL color Cylindrical-coordinate representation of color #B5A31D: hue angle of 52.89º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5A31D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 29 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.29 |
| HSL | 52.89º | 0.72% | 0.41% | - |
| HSV(B) | 52.89º | 0.84% | 0.71% | - |
| XYZ | 32.38 | 36.11 | 6.43 | - |
| YUV | 153.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 29 | 0 | 0.10 | 0.84 | 0.29 | 52.89 | 0.72 | 0.41 |
| Hex | B5 | A3 | 1D | 0 | A | 54 | 1D | 35 | 48 | 29 |
| Octal | 265 | 243 | 35 | 0 | 12 | 124 | 35 | 65 | 110 | 51 |
| Binary | 10110101 | 10100011 | 11101 | 0 | 1010 | 1010100 | 11101 | 110101 | 1001000 | 101001 |
Color Harmonies of #B5A31D
Complementary color
Monochromatic Colors of #B5A31D
Black with #B5A31D
Text Example
Text Example
White with #B5A31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A31D; }
p { color: rgb(181,163,29); }
H1.HeaderClassName
{
color: #B5A31D;
}
.AnyTagClassName
{
color: #B5A31D;
}
</style>
background-color css
<style>
a { background-color: #B5A31D; }
a { background-color: rgb(181,163,29); }
div.DivClassName
{
background-color: #B5A31D;
}
.BgClassName
{
background-color: #B5A31D;
}
</style>
border-color css
<style>
span { border-color: #B5A31D; }
span { border-color: rgb(181,163,29); }
td.TdClassName
{
border-color: #B5A31D;
}
.TagClassName
{
border-color: #B5A31D;
}
</style>