Shades of Earls Green #BDA41D
Tints of Earls Green #BDA41D
RGB
CMYK
RGB Variations
Color information
#BDA41D (or 0xBDA41D) is known color: Earls Green. HEX triplet: BD, A4 and 1D. RGB value is (189,164,29). Sum of RGB (Red+Green+Blue) = 189+164+29=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA41D is #425BE2. Grayscale: #9C9C9C. Windows color (decimal): -4348899 or 1942717. OLE color: 1942717.
HSL color Cylindrical-coordinate representation of color #BDA41D: hue angle of 50.62º 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 #BDA41D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 29 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.26 |
| HSL | 50.63º | 0.73% | 0.43% | - |
| HSV(B) | 50.63º | 0.85% | 0.74% | - |
| XYZ | 34.48 | 37.46 | 6.58 | - |
| YUV | 156.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 29 | 0 | 0.13 | 0.85 | 0.26 | 50.63 | 0.73 | 0.43 |
| Hex | BD | A4 | 1D | 0 | D | 55 | 1A | 33 | 49 | 2B |
| Octal | 275 | 244 | 35 | 0 | 15 | 125 | 32 | 63 | 111 | 53 |
| Binary | 10111101 | 10100100 | 11101 | 0 | 1101 | 1010101 | 11010 | 110011 | 1001001 | 101011 |
Color Harmonies of #BDA41D
Complementary color
Monochromatic Colors of #BDA41D
Black with #BDA41D
Text Example
Text Example
White with #BDA41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA41D; }
p { color: rgb(189,164,29); }
H1.HeaderClassName
{
color: #BDA41D;
}
.AnyTagClassName
{
color: #BDA41D;
}
</style>
background-color css
<style>
a { background-color: #BDA41D; }
a { background-color: rgb(189,164,29); }
div.DivClassName
{
background-color: #BDA41D;
}
.BgClassName
{
background-color: #BDA41D;
}
</style>
border-color css
<style>
span { border-color: #BDA41D; }
span { border-color: rgb(189,164,29); }
td.TdClassName
{
border-color: #BDA41D;
}
.TagClassName
{
border-color: #BDA41D;
}
</style>