Shades of Earls Green #B5A60D
Tints of Earls Green #B5A60D
RGB
CMYK
RGB Variations
Color information
#B5A60D (or 0xB5A60D) is known color: Earls Green. HEX triplet: B5, A6 and 0D. RGB value is (181,166,13). Sum of RGB (Red+Green+Blue) = 181+166+13=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A60D is #4A59F2. Grayscale: #999999. Windows color (decimal): -4872691 or 894645. OLE color: 894645.
HSL color Cylindrical-coordinate representation of color #B5A60D: hue angle of 54.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5A60D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 13 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.29 |
| HSL | 54.64º | 0.87% | 0.38% | - |
| HSV(B) | 54.64º | 0.93% | 0.71% | - |
| XYZ | 32.76 | 37.13 | 5.82 | - |
| YUV | 153.04 | 48.97 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 13 | 0 | 0.08 | 0.93 | 0.29 | 54.64 | 0.87 | 0.38 |
| Hex | B5 | A6 | D | 0 | 8 | 5D | 1D | 37 | 57 | 26 |
| Octal | 265 | 246 | 15 | 0 | 10 | 135 | 35 | 67 | 127 | 46 |
| Binary | 10110101 | 10100110 | 1101 | 0 | 1000 | 1011101 | 11101 | 110111 | 1010111 | 100110 |
Color Harmonies of #B5A60D
Complementary color
Monochromatic Colors of #B5A60D
Black with #B5A60D
Text Example
Text Example
White with #B5A60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A60D; }
p { color: rgb(181,166,13); }
H1.HeaderClassName
{
color: #B5A60D;
}
.AnyTagClassName
{
color: #B5A60D;
}
</style>
background-color css
<style>
a { background-color: #B5A60D; }
a { background-color: rgb(181,166,13); }
div.DivClassName
{
background-color: #B5A60D;
}
.BgClassName
{
background-color: #B5A60D;
}
</style>
border-color css
<style>
span { border-color: #B5A60D; }
span { border-color: rgb(181,166,13); }
td.TdClassName
{
border-color: #B5A60D;
}
.TagClassName
{
border-color: #B5A60D;
}
</style>