Shades of Earls Green #B5A614
Tints of Earls Green #B5A614
RGB
CMYK
RGB Variations
Color information
#B5A614 (or 0xB5A614) is known color: Earls Green. HEX triplet: B5, A6 and 14. RGB value is (181,166,20). Sum of RGB (Red+Green+Blue) = 181+166+20=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A614 is #4A59EB. Grayscale: #9A9A9A. Windows color (decimal): -4872684 or 1353397. OLE color: 1353397.
HSL color Cylindrical-coordinate representation of color #B5A614: hue angle of 54.41º 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 #B5A614 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 20 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.29 |
| HSL | 54.41º | 0.8% | 0.39% | - |
| HSV(B) | 54.41º | 0.89% | 0.71% | - |
| XYZ | 32.82 | 37.15 | 6.1 | - |
| YUV | 153.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 20 | 0 | 0.08 | 0.89 | 0.29 | 54.41 | 0.8 | 0.39 |
| Hex | B5 | A6 | 14 | 0 | 8 | 59 | 1D | 36 | 50 | 27 |
| Octal | 265 | 246 | 24 | 0 | 10 | 131 | 35 | 66 | 120 | 47 |
| Binary | 10110101 | 10100110 | 10100 | 0 | 1000 | 1011001 | 11101 | 110110 | 1010000 | 100111 |
Color Harmonies of #B5A614
Complementary color
Monochromatic Colors of #B5A614
Black with #B5A614
Text Example
Text Example
White with #B5A614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A614; }
p { color: rgb(181,166,20); }
H1.HeaderClassName
{
color: #B5A614;
}
.AnyTagClassName
{
color: #B5A614;
}
</style>
background-color css
<style>
a { background-color: #B5A614; }
a { background-color: rgb(181,166,20); }
div.DivClassName
{
background-color: #B5A614;
}
.BgClassName
{
background-color: #B5A614;
}
</style>
border-color css
<style>
span { border-color: #B5A614; }
span { border-color: rgb(181,166,20); }
td.TdClassName
{
border-color: #B5A614;
}
.TagClassName
{
border-color: #B5A614;
}
</style>