Shades of Earls Green #BDA71E
Tints of Earls Green #BDA71E
RGB
CMYK
RGB Variations
Color information
#BDA71E (or 0xBDA71E) is known color: Earls Green. HEX triplet: BD, A7 and 1E. RGB value is (189,167,30). Sum of RGB (Red+Green+Blue) = 189+167+30=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA71E is #4258E1. Grayscale: #9E9E9E. Windows color (decimal): -4348130 or 2009021. OLE color: 2009021.
HSL color Cylindrical-coordinate representation of color #BDA71E: hue angle of 51.7º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDA71E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 30 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.26 |
| HSL | 51.7º | 0.73% | 0.43% | - |
| HSV(B) | 51.7º | 0.84% | 0.74% | - |
| XYZ | 35.04 | 38.55 | 6.82 | - |
| YUV | 157.96 | 55.79 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 30 | 0 | 0.12 | 0.84 | 0.26 | 51.7 | 0.73 | 0.43 |
| Hex | BD | A7 | 1E | 0 | C | 54 | 1A | 34 | 49 | 2B |
| Octal | 275 | 247 | 36 | 0 | 14 | 124 | 32 | 64 | 111 | 53 |
| Binary | 10111101 | 10100111 | 11110 | 0 | 1100 | 1010100 | 11010 | 110100 | 1001001 | 101011 |
Color Harmonies of #BDA71E
Complementary color
Monochromatic Colors of #BDA71E
Black with #BDA71E
Text Example
Text Example
White with #BDA71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA71E; }
p { color: rgb(189,167,30); }
H1.HeaderClassName
{
color: #BDA71E;
}
.AnyTagClassName
{
color: #BDA71E;
}
</style>
background-color css
<style>
a { background-color: #BDA71E; }
a { background-color: rgb(189,167,30); }
div.DivClassName
{
background-color: #BDA71E;
}
.BgClassName
{
background-color: #BDA71E;
}
</style>
border-color css
<style>
span { border-color: #BDA71E; }
span { border-color: rgb(189,167,30); }
td.TdClassName
{
border-color: #BDA71E;
}
.TagClassName
{
border-color: #BDA71E;
}
</style>