Shades of Earls Green #BDA429
Tints of Earls Green #BDA429
RGB
CMYK
RGB Variations
Color information
#BDA429 (or 0xBDA429) is known color: Earls Green. HEX triplet: BD, A4 and 29. RGB value is (189,164,41). Sum of RGB (Red+Green+Blue) = 189+164+41=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA429 is #425BD6. Grayscale: #9D9D9D. Windows color (decimal): -4348887 or 2729149. OLE color: 2729149.
HSL color Cylindrical-coordinate representation of color #BDA429: hue angle of 49.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDA429 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 41 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.26 |
| HSL | 49.86º | 0.64% | 0.45% | - |
| HSV(B) | 49.86º | 0.78% | 0.74% | - |
| XYZ | 34.66 | 37.53 | 7.51 | - |
| YUV | 157.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 41 | 0 | 0.13 | 0.78 | 0.26 | 49.86 | 0.64 | 0.45 |
| Hex | BD | A4 | 29 | 0 | D | 4E | 1A | 32 | 40 | 2D |
| Octal | 275 | 244 | 51 | 0 | 15 | 116 | 32 | 62 | 100 | 55 |
| Binary | 10111101 | 10100100 | 101001 | 0 | 1101 | 1001110 | 11010 | 110010 | 1000000 | 101101 |
Color Harmonies of #BDA429
Complementary color
Monochromatic Colors of #BDA429
Black with #BDA429
Text Example
Text Example
White with #BDA429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA429; }
p { color: rgb(189,164,41); }
H1.HeaderClassName
{
color: #BDA429;
}
.AnyTagClassName
{
color: #BDA429;
}
</style>
background-color css
<style>
a { background-color: #BDA429; }
a { background-color: rgb(189,164,41); }
div.DivClassName
{
background-color: #BDA429;
}
.BgClassName
{
background-color: #BDA429;
}
</style>
border-color css
<style>
span { border-color: #BDA429; }
span { border-color: rgb(189,164,41); }
td.TdClassName
{
border-color: #BDA429;
}
.TagClassName
{
border-color: #BDA429;
}
</style>