Shades of Earls Green #BDA90F
Tints of Earls Green #BDA90F
RGB
CMYK
RGB Variations
Color information
#BDA90F (or 0xBDA90F) is known color: Earls Green. HEX triplet: BD, A9 and 0F. RGB value is (189,169,15). Sum of RGB (Red+Green+Blue) = 189+169+15=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA90F is #4256F0. Grayscale: #9E9E9E. Windows color (decimal): -4347633 or 1026493. OLE color: 1026493.
HSL color Cylindrical-coordinate representation of color #BDA90F: hue angle of 53.1º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDA90F is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 15 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.26 |
| HSL | 53.1º | 0.85% | 0.4% | - |
| HSV(B) | 53.1º | 0.92% | 0.74% | - |
| XYZ | 35.26 | 39.23 | 6.17 | - |
| YUV | 157.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 15 | 0 | 0.11 | 0.92 | 0.26 | 53.1 | 0.85 | 0.4 |
| Hex | BD | A9 | F | 0 | B | 5C | 1A | 35 | 55 | 28 |
| Octal | 275 | 251 | 17 | 0 | 13 | 134 | 32 | 65 | 125 | 50 |
| Binary | 10111101 | 10101001 | 1111 | 0 | 1011 | 1011100 | 11010 | 110101 | 1010101 | 101000 |
Color Harmonies of #BDA90F
Complementary color
Monochromatic Colors of #BDA90F
Black with #BDA90F
Text Example
Text Example
White with #BDA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA90F; }
p { color: rgb(189,169,15); }
H1.HeaderClassName
{
color: #BDA90F;
}
.AnyTagClassName
{
color: #BDA90F;
}
</style>
background-color css
<style>
a { background-color: #BDA90F; }
a { background-color: rgb(189,169,15); }
div.DivClassName
{
background-color: #BDA90F;
}
.BgClassName
{
background-color: #BDA90F;
}
</style>
border-color css
<style>
span { border-color: #BDA90F; }
span { border-color: rgb(189,169,15); }
td.TdClassName
{
border-color: #BDA90F;
}
.TagClassName
{
border-color: #BDA90F;
}
</style>