Shades of Earls Green #BDAE17
Tints of Earls Green #BDAE17
RGB
CMYK
RGB Variations
Color information
#BDAE17 (or 0xBDAE17) is known color: Earls Green. HEX triplet: BD, AE and 17. RGB value is (189,174,23). Sum of RGB (Red+Green+Blue) = 189+174+23=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE17 is #4251E8. Grayscale: #A1A1A1. Windows color (decimal): -4346345 or 1552061. OLE color: 1552061.
HSL color Cylindrical-coordinate representation of color #BDAE17: hue angle of 54.58º 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 #BDAE17 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 23 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.26 |
| HSL | 54.58º | 0.78% | 0.42% | - |
| HSV(B) | 54.58º | 0.88% | 0.74% | - |
| XYZ | 36.28 | 41.15 | 6.84 | - |
| YUV | 161.27 | 49.97 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 23 | 0 | 0.08 | 0.88 | 0.26 | 54.58 | 0.78 | 0.42 |
| Hex | BD | AE | 17 | 0 | 8 | 58 | 1A | 37 | 4E | 2A |
| Octal | 275 | 256 | 27 | 0 | 10 | 130 | 32 | 67 | 116 | 52 |
| Binary | 10111101 | 10101110 | 10111 | 0 | 1000 | 1011000 | 11010 | 110111 | 1001110 | 101010 |
Color Harmonies of #BDAE17
Complementary color
Monochromatic Colors of #BDAE17
Black with #BDAE17
Text Example
Text Example
White with #BDAE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE17; }
p { color: rgb(189,174,23); }
H1.HeaderClassName
{
color: #BDAE17;
}
.AnyTagClassName
{
color: #BDAE17;
}
</style>
background-color css
<style>
a { background-color: #BDAE17; }
a { background-color: rgb(189,174,23); }
div.DivClassName
{
background-color: #BDAE17;
}
.BgClassName
{
background-color: #BDAE17;
}
</style>
border-color css
<style>
span { border-color: #BDAE17; }
span { border-color: rgb(189,174,23); }
td.TdClassName
{
border-color: #BDAE17;
}
.TagClassName
{
border-color: #BDAE17;
}
</style>