Shades of Earls Green #BDA61D
Tints of Earls Green #BDA61D
RGB
CMYK
RGB Variations
Color information
#BDA61D (or 0xBDA61D) is known color: Earls Green. HEX triplet: BD, A6 and 1D. RGB value is (189,166,29). Sum of RGB (Red+Green+Blue) = 189+166+29=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA61D is #4259E2. Grayscale: #9D9D9D. Windows color (decimal): -4348387 or 1943229. OLE color: 1943229.
HSL color Cylindrical-coordinate representation of color #BDA61D: hue angle of 51.38º 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 #BDA61D is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 29 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.26 |
| HSL | 51.38º | 0.73% | 0.43% | - |
| HSV(B) | 51.38º | 0.85% | 0.74% | - |
| XYZ | 34.84 | 38.18 | 6.7 | - |
| YUV | 157.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 29 | 0 | 0.12 | 0.85 | 0.26 | 51.38 | 0.73 | 0.43 |
| Hex | BD | A6 | 1D | 0 | C | 55 | 1A | 33 | 49 | 2B |
| Octal | 275 | 246 | 35 | 0 | 14 | 125 | 32 | 63 | 111 | 53 |
| Binary | 10111101 | 10100110 | 11101 | 0 | 1100 | 1010101 | 11010 | 110011 | 1001001 | 101011 |
Color Harmonies of #BDA61D
Complementary color
Monochromatic Colors of #BDA61D
Black with #BDA61D
Text Example
Text Example
White with #BDA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA61D; }
p { color: rgb(189,166,29); }
H1.HeaderClassName
{
color: #BDA61D;
}
.AnyTagClassName
{
color: #BDA61D;
}
</style>
background-color css
<style>
a { background-color: #BDA61D; }
a { background-color: rgb(189,166,29); }
div.DivClassName
{
background-color: #BDA61D;
}
.BgClassName
{
background-color: #BDA61D;
}
</style>
border-color css
<style>
span { border-color: #BDA61D; }
span { border-color: rgb(189,166,29); }
td.TdClassName
{
border-color: #BDA61D;
}
.TagClassName
{
border-color: #BDA61D;
}
</style>