Shades of Earls Green #BDA817
Tints of Earls Green #BDA817
RGB
CMYK
RGB Variations
Color information
#BDA817 (or 0xBDA817) is known color: Earls Green. HEX triplet: BD, A8 and 17. RGB value is (189,168,23). Sum of RGB (Red+Green+Blue) = 189+168+23=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA817 is #4257E8. Grayscale: #9E9E9E. Windows color (decimal): -4347881 or 1550525. OLE color: 1550525.
HSL color Cylindrical-coordinate representation of color #BDA817: hue angle of 52.41º 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 #BDA817 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 23 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.26 |
| HSL | 52.41º | 0.78% | 0.42% | - |
| HSV(B) | 52.41º | 0.88% | 0.74% | - |
| XYZ | 35.14 | 38.89 | 6.46 | - |
| YUV | 157.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 23 | 0 | 0.11 | 0.88 | 0.26 | 52.41 | 0.78 | 0.42 |
| Hex | BD | A8 | 17 | 0 | B | 58 | 1A | 34 | 4E | 2A |
| Octal | 275 | 250 | 27 | 0 | 13 | 130 | 32 | 64 | 116 | 52 |
| Binary | 10111101 | 10101000 | 10111 | 0 | 1011 | 1011000 | 11010 | 110100 | 1001110 | 101010 |
Color Harmonies of #BDA817
Complementary color
Monochromatic Colors of #BDA817
Black with #BDA817
Text Example
Text Example
White with #BDA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA817; }
p { color: rgb(189,168,23); }
H1.HeaderClassName
{
color: #BDA817;
}
.AnyTagClassName
{
color: #BDA817;
}
</style>
background-color css
<style>
a { background-color: #BDA817; }
a { background-color: rgb(189,168,23); }
div.DivClassName
{
background-color: #BDA817;
}
.BgClassName
{
background-color: #BDA817;
}
</style>
border-color css
<style>
span { border-color: #BDA817; }
span { border-color: rgb(189,168,23); }
td.TdClassName
{
border-color: #BDA817;
}
.TagClassName
{
border-color: #BDA817;
}
</style>