Shades of Earls Green #BDA717
Tints of Earls Green #BDA717
RGB
CMYK
RGB Variations
Color information
#BDA717 (or 0xBDA717) is known color: Earls Green. HEX triplet: BD, A7 and 17. RGB value is (189,167,23). Sum of RGB (Red+Green+Blue) = 189+167+23=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA717 is #4258E8. Grayscale: #9D9D9D. Windows color (decimal): -4348137 or 1550269. OLE color: 1550269.
HSL color Cylindrical-coordinate representation of color #BDA717: hue angle of 52.05º 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 #BDA717 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 23 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.26 |
| HSL | 52.05º | 0.78% | 0.42% | - |
| HSV(B) | 52.05º | 0.88% | 0.74% | - |
| XYZ | 34.96 | 38.52 | 6.4 | - |
| YUV | 157.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 23 | 0 | 0.12 | 0.88 | 0.26 | 52.05 | 0.78 | 0.42 |
| Hex | BD | A7 | 17 | 0 | C | 58 | 1A | 34 | 4E | 2A |
| Octal | 275 | 247 | 27 | 0 | 14 | 130 | 32 | 64 | 116 | 52 |
| Binary | 10111101 | 10100111 | 10111 | 0 | 1100 | 1011000 | 11010 | 110100 | 1001110 | 101010 |
Color Harmonies of #BDA717
Complementary color
Monochromatic Colors of #BDA717
Black with #BDA717
Text Example
Text Example
White with #BDA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA717; }
p { color: rgb(189,167,23); }
H1.HeaderClassName
{
color: #BDA717;
}
.AnyTagClassName
{
color: #BDA717;
}
</style>
background-color css
<style>
a { background-color: #BDA717; }
a { background-color: rgb(189,167,23); }
div.DivClassName
{
background-color: #BDA717;
}
.BgClassName
{
background-color: #BDA717;
}
</style>
border-color css
<style>
span { border-color: #BDA717; }
span { border-color: rgb(189,167,23); }
td.TdClassName
{
border-color: #BDA717;
}
.TagClassName
{
border-color: #BDA717;
}
</style>