Shades of Earls Green #BDAB14
Tints of Earls Green #BDAB14
RGB
CMYK
RGB Variations
Color information
#BDAB14 (or 0xBDAB14) is known color: Earls Green. HEX triplet: BD, AB and 14. RGB value is (189,171,20). Sum of RGB (Red+Green+Blue) = 189+171+20=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB14 is #4254EB. Grayscale: #9F9F9F. Windows color (decimal): -4347116 or 1354685. OLE color: 1354685.
HSL color Cylindrical-coordinate representation of color #BDAB14: hue angle of 53.61º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDAB14 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 20 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.26 |
| HSL | 53.61º | 0.81% | 0.41% | - |
| HSV(B) | 53.61º | 0.89% | 0.74% | - |
| XYZ | 35.68 | 40 | 6.5 | - |
| YUV | 159.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 20 | 0 | 0.10 | 0.89 | 0.26 | 53.61 | 0.81 | 0.41 |
| Hex | BD | AB | 14 | 0 | A | 59 | 1A | 36 | 51 | 29 |
| Octal | 275 | 253 | 24 | 0 | 12 | 131 | 32 | 66 | 121 | 51 |
| Binary | 10111101 | 10101011 | 10100 | 0 | 1010 | 1011001 | 11010 | 110110 | 1010001 | 101001 |
Color Harmonies of #BDAB14
Complementary color
Monochromatic Colors of #BDAB14
Black with #BDAB14
Text Example
Text Example
White with #BDAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB14; }
p { color: rgb(189,171,20); }
H1.HeaderClassName
{
color: #BDAB14;
}
.AnyTagClassName
{
color: #BDAB14;
}
</style>
background-color css
<style>
a { background-color: #BDAB14; }
a { background-color: rgb(189,171,20); }
div.DivClassName
{
background-color: #BDAB14;
}
.BgClassName
{
background-color: #BDAB14;
}
</style>
border-color css
<style>
span { border-color: #BDAB14; }
span { border-color: rgb(189,171,20); }
td.TdClassName
{
border-color: #BDAB14;
}
.TagClassName
{
border-color: #BDAB14;
}
</style>