Shades of Earls Green #BDA51E
Tints of Earls Green #BDA51E
RGB
CMYK
RGB Variations
Color information
#BDA51E (or 0xBDA51E) is known color: Earls Green. HEX triplet: BD, A5 and 1E. RGB value is (189,165,30). Sum of RGB (Red+Green+Blue) = 189+165+30=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA51E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA51E is #425AE1. Grayscale: #9D9D9D. Windows color (decimal): -4348642 or 2008509. OLE color: 2008509.
HSL color Cylindrical-coordinate representation of color #BDA51E: hue angle of 50.94º 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 #BDA51E is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 30 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.26 |
| HSL | 50.94º | 0.73% | 0.43% | - |
| HSV(B) | 50.94º | 0.84% | 0.74% | - |
| XYZ | 34.68 | 37.82 | 6.7 | - |
| YUV | 156.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 30 | 0 | 0.13 | 0.84 | 0.26 | 50.94 | 0.73 | 0.43 |
| Hex | BD | A5 | 1E | 0 | D | 54 | 1A | 33 | 49 | 2B |
| Octal | 275 | 245 | 36 | 0 | 15 | 124 | 32 | 63 | 111 | 53 |
| Binary | 10111101 | 10100101 | 11110 | 0 | 1101 | 1010100 | 11010 | 110011 | 1001001 | 101011 |
Color Harmonies of #BDA51E
Complementary color
Monochromatic Colors of #BDA51E
Black with #BDA51E
Text Example
Text Example
White with #BDA51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA51E; }
p { color: rgb(189,165,30); }
H1.HeaderClassName
{
color: #BDA51E;
}
.AnyTagClassName
{
color: #BDA51E;
}
</style>
background-color css
<style>
a { background-color: #BDA51E; }
a { background-color: rgb(189,165,30); }
div.DivClassName
{
background-color: #BDA51E;
}
.BgClassName
{
background-color: #BDA51E;
}
</style>
border-color css
<style>
span { border-color: #BDA51E; }
span { border-color: rgb(189,165,30); }
td.TdClassName
{
border-color: #BDA51E;
}
.TagClassName
{
border-color: #BDA51E;
}
</style>