Shades of Earls Green #B5AD20
Tints of Earls Green #B5AD20
RGB
CMYK
RGB Variations
Color information
#B5AD20 (or 0xB5AD20) is known color: Earls Green. HEX triplet: B5, AD and 20. RGB value is (181,173,32). Sum of RGB (Red+Green+Blue) = 181+173+32=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD20 is #4A52DF. Grayscale: #9F9F9F. Windows color (decimal): -4870880 or 2141621. OLE color: 2141621.
HSL color Cylindrical-coordinate representation of color #B5AD20: hue angle of 56.78º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5AD20 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 32 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.29 |
| HSL | 56.78º | 0.7% | 0.42% | - |
| HSV(B) | 56.78º | 0.82% | 0.71% | - |
| XYZ | 34.26 | 39.82 | 7.25 | - |
| YUV | 159.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 32 | 0 | 0.04 | 0.82 | 0.29 | 56.78 | 0.7 | 0.42 |
| Hex | B5 | AD | 20 | 0 | 4 | 52 | 1D | 39 | 46 | 2A |
| Octal | 265 | 255 | 40 | 0 | 4 | 122 | 35 | 71 | 106 | 52 |
| Binary | 10110101 | 10101101 | 100000 | 0 | 100 | 1010010 | 11101 | 111001 | 1000110 | 101010 |
Color Harmonies of #B5AD20
Complementary color
Monochromatic Colors of #B5AD20
Black with #B5AD20
Text Example
Text Example
White with #B5AD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD20; }
p { color: rgb(181,173,32); }
H1.HeaderClassName
{
color: #B5AD20;
}
.AnyTagClassName
{
color: #B5AD20;
}
</style>
background-color css
<style>
a { background-color: #B5AD20; }
a { background-color: rgb(181,173,32); }
div.DivClassName
{
background-color: #B5AD20;
}
.BgClassName
{
background-color: #B5AD20;
}
</style>
border-color css
<style>
span { border-color: #B5AD20; }
span { border-color: rgb(181,173,32); }
td.TdClassName
{
border-color: #B5AD20;
}
.TagClassName
{
border-color: #B5AD20;
}
</style>