Shades of Earls Green #BDA71D
Tints of Earls Green #BDA71D
RGB
CMYK
RGB Variations
Color information
#BDA71D (or 0xBDA71D) is known color: Earls Green. HEX triplet: BD, A7 and 1D. RGB value is (189,167,29). Sum of RGB (Red+Green+Blue) = 189+167+29=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA71D is #4258E2. Grayscale: #9E9E9E. Windows color (decimal): -4348131 or 1943485. OLE color: 1943485.
HSL color Cylindrical-coordinate representation of color #BDA71D: hue angle of 51.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDA71D is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 29 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.26 |
| HSL | 51.75º | 0.73% | 0.43% | - |
| HSV(B) | 51.75º | 0.85% | 0.74% | - |
| XYZ | 35.03 | 38.54 | 6.76 | - |
| YUV | 157.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 29 | 0 | 0.12 | 0.85 | 0.26 | 51.75 | 0.73 | 0.43 |
| Hex | BD | A7 | 1D | 0 | C | 55 | 1A | 34 | 49 | 2B |
| Octal | 275 | 247 | 35 | 0 | 14 | 125 | 32 | 64 | 111 | 53 |
| Binary | 10111101 | 10100111 | 11101 | 0 | 1100 | 1010101 | 11010 | 110100 | 1001001 | 101011 |
Color Harmonies of #BDA71D
Complementary color
Monochromatic Colors of #BDA71D
Black with #BDA71D
Text Example
Text Example
White with #BDA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA71D; }
p { color: rgb(189,167,29); }
H1.HeaderClassName
{
color: #BDA71D;
}
.AnyTagClassName
{
color: #BDA71D;
}
</style>
background-color css
<style>
a { background-color: #BDA71D; }
a { background-color: rgb(189,167,29); }
div.DivClassName
{
background-color: #BDA71D;
}
.BgClassName
{
background-color: #BDA71D;
}
</style>
border-color css
<style>
span { border-color: #BDA71D; }
span { border-color: rgb(189,167,29); }
td.TdClassName
{
border-color: #BDA71D;
}
.TagClassName
{
border-color: #BDA71D;
}
</style>