Shades of Earls Green #B5A80D
Tints of Earls Green #B5A80D
RGB
CMYK
RGB Variations
Color information
#B5A80D (or 0xB5A80D) is known color: Earls Green. HEX triplet: B5, A8 and 0D. RGB value is (181,168,13). Sum of RGB (Red+Green+Blue) = 181+168+13=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A80D is #4A57F2. Grayscale: #9A9A9A. Windows color (decimal): -4872179 or 895157. OLE color: 895157.
HSL color Cylindrical-coordinate representation of color #B5A80D: hue angle of 55.36º 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 #B5A80D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 13 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.29 |
| HSL | 55.36º | 0.87% | 0.38% | - |
| HSV(B) | 55.36º | 0.93% | 0.71% | - |
| XYZ | 33.13 | 37.86 | 5.94 | - |
| YUV | 154.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 13 | 0 | 0.07 | 0.93 | 0.29 | 55.36 | 0.87 | 0.38 |
| Hex | B5 | A8 | D | 0 | 7 | 5D | 1D | 37 | 57 | 26 |
| Octal | 265 | 250 | 15 | 0 | 7 | 135 | 35 | 67 | 127 | 46 |
| Binary | 10110101 | 10101000 | 1101 | 0 | 111 | 1011101 | 11101 | 110111 | 1010111 | 100110 |
Color Harmonies of #B5A80D
Complementary color
Monochromatic Colors of #B5A80D
Black with #B5A80D
Text Example
Text Example
White with #B5A80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A80D; }
p { color: rgb(181,168,13); }
H1.HeaderClassName
{
color: #B5A80D;
}
.AnyTagClassName
{
color: #B5A80D;
}
</style>
background-color css
<style>
a { background-color: #B5A80D; }
a { background-color: rgb(181,168,13); }
div.DivClassName
{
background-color: #B5A80D;
}
.BgClassName
{
background-color: #B5A80D;
}
</style>
border-color css
<style>
span { border-color: #B5A80D; }
span { border-color: rgb(181,168,13); }
td.TdClassName
{
border-color: #B5A80D;
}
.TagClassName
{
border-color: #B5A80D;
}
</style>