Shades of Earls Green #BDA714
Tints of Earls Green #BDA714
RGB
CMYK
RGB Variations
Color information
#BDA714 (or 0xBDA714) is known color: Earls Green. HEX triplet: BD, A7 and 14. RGB value is (189,167,20). Sum of RGB (Red+Green+Blue) = 189+167+20=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA714 is #4258EB. Grayscale: #9D9D9D. Windows color (decimal): -4348140 or 1353661. OLE color: 1353661.
HSL color Cylindrical-coordinate representation of color #BDA714: hue angle of 52.19º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDA714 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 20 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.26 |
| HSL | 52.19º | 0.81% | 0.41% | - |
| HSV(B) | 52.19º | 0.89% | 0.74% | - |
| XYZ | 34.93 | 38.51 | 6.25 | - |
| YUV | 156.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 20 | 0 | 0.12 | 0.89 | 0.26 | 52.19 | 0.81 | 0.41 |
| Hex | BD | A7 | 14 | 0 | C | 59 | 1A | 34 | 51 | 29 |
| Octal | 275 | 247 | 24 | 0 | 14 | 131 | 32 | 64 | 121 | 51 |
| Binary | 10111101 | 10100111 | 10100 | 0 | 1100 | 1011001 | 11010 | 110100 | 1010001 | 101001 |
Color Harmonies of #BDA714
Complementary color
Monochromatic Colors of #BDA714
Black with #BDA714
Text Example
Text Example
White with #BDA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA714; }
p { color: rgb(189,167,20); }
H1.HeaderClassName
{
color: #BDA714;
}
.AnyTagClassName
{
color: #BDA714;
}
</style>
background-color css
<style>
a { background-color: #BDA714; }
a { background-color: rgb(189,167,20); }
div.DivClassName
{
background-color: #BDA714;
}
.BgClassName
{
background-color: #BDA714;
}
</style>
border-color css
<style>
span { border-color: #BDA714; }
span { border-color: rgb(189,167,20); }
td.TdClassName
{
border-color: #BDA714;
}
.TagClassName
{
border-color: #BDA714;
}
</style>