Shades of Earls Green #BDAB17
Tints of Earls Green #BDAB17
RGB
CMYK
RGB Variations
Color information
#BDAB17 (or 0xBDAB17) is known color: Earls Green. HEX triplet: BD, AB and 17. RGB value is (189,171,23). Sum of RGB (Red+Green+Blue) = 189+171+23=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB17 is #4254E8. Grayscale: #A0A0A0. Windows color (decimal): -4347113 or 1551293. OLE color: 1551293.
HSL color Cylindrical-coordinate representation of color #BDAB17: hue angle of 53.49º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDAB17 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 23 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.26 |
| HSL | 53.49º | 0.78% | 0.42% | - |
| HSV(B) | 53.49º | 0.88% | 0.74% | - |
| XYZ | 35.7 | 40.01 | 6.65 | - |
| YUV | 159.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 23 | 0 | 0.10 | 0.88 | 0.26 | 53.49 | 0.78 | 0.42 |
| Hex | BD | AB | 17 | 0 | A | 58 | 1A | 35 | 4E | 2A |
| Octal | 275 | 253 | 27 | 0 | 12 | 130 | 32 | 65 | 116 | 52 |
| Binary | 10111101 | 10101011 | 10111 | 0 | 1010 | 1011000 | 11010 | 110101 | 1001110 | 101010 |
Color Harmonies of #BDAB17
Complementary color
Monochromatic Colors of #BDAB17
Black with #BDAB17
Text Example
Text Example
White with #BDAB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB17; }
p { color: rgb(189,171,23); }
H1.HeaderClassName
{
color: #BDAB17;
}
.AnyTagClassName
{
color: #BDAB17;
}
</style>
background-color css
<style>
a { background-color: #BDAB17; }
a { background-color: rgb(189,171,23); }
div.DivClassName
{
background-color: #BDAB17;
}
.BgClassName
{
background-color: #BDAB17;
}
</style>
border-color css
<style>
span { border-color: #BDAB17; }
span { border-color: rgb(189,171,23); }
td.TdClassName
{
border-color: #BDAB17;
}
.TagClassName
{
border-color: #BDAB17;
}
</style>