Shades of Earls Green #B5A514
Tints of Earls Green #B5A514
RGB
CMYK
RGB Variations
Color information
#B5A514 (or 0xB5A514) is known color: Earls Green. HEX triplet: B5, A5 and 14. RGB value is (181,165,20). Sum of RGB (Red+Green+Blue) = 181+165+20=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A514 is #4A5AEB. Grayscale: #999999. Windows color (decimal): -4872940 or 1353141. OLE color: 1353141.
HSL color Cylindrical-coordinate representation of color #B5A514: hue angle of 54.04º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5A514 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 20 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.29 |
| HSL | 54.04º | 0.8% | 0.39% | - |
| HSV(B) | 54.04º | 0.89% | 0.71% | - |
| XYZ | 32.64 | 36.78 | 6.04 | - |
| YUV | 153.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 20 | 0 | 0.09 | 0.89 | 0.29 | 54.04 | 0.8 | 0.39 |
| Hex | B5 | A5 | 14 | 0 | 9 | 59 | 1D | 36 | 50 | 27 |
| Octal | 265 | 245 | 24 | 0 | 11 | 131 | 35 | 66 | 120 | 47 |
| Binary | 10110101 | 10100101 | 10100 | 0 | 1001 | 1011001 | 11101 | 110110 | 1010000 | 100111 |
Color Harmonies of #B5A514
Complementary color
Monochromatic Colors of #B5A514
Black with #B5A514
Text Example
Text Example
White with #B5A514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A514; }
p { color: rgb(181,165,20); }
H1.HeaderClassName
{
color: #B5A514;
}
.AnyTagClassName
{
color: #B5A514;
}
</style>
background-color css
<style>
a { background-color: #B5A514; }
a { background-color: rgb(181,165,20); }
div.DivClassName
{
background-color: #B5A514;
}
.BgClassName
{
background-color: #B5A514;
}
</style>
border-color css
<style>
span { border-color: #B5A514; }
span { border-color: rgb(181,165,20); }
td.TdClassName
{
border-color: #B5A514;
}
.TagClassName
{
border-color: #B5A514;
}
</style>