Shades of Earls Green #BDA829
Tints of Earls Green #BDA829
RGB
CMYK
RGB Variations
Color information
#BDA829 (or 0xBDA829) is known color: Earls Green. HEX triplet: BD, A8 and 29. RGB value is (189,168,41). Sum of RGB (Red+Green+Blue) = 189+168+41=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA829 is #4257D6. Grayscale: #A0A0A0. Windows color (decimal): -4347863 or 2730173. OLE color: 2730173.
HSL color Cylindrical-coordinate representation of color #BDA829: hue angle of 51.49º 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 #BDA829 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 41 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.26 |
| HSL | 51.49º | 0.64% | 0.45% | - |
| HSV(B) | 51.49º | 0.78% | 0.74% | - |
| XYZ | 35.39 | 38.98 | 7.76 | - |
| YUV | 159.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 41 | 0 | 0.11 | 0.78 | 0.26 | 51.49 | 0.64 | 0.45 |
| Hex | BD | A8 | 29 | 0 | B | 4E | 1A | 33 | 40 | 2D |
| Octal | 275 | 250 | 51 | 0 | 13 | 116 | 32 | 63 | 100 | 55 |
| Binary | 10111101 | 10101000 | 101001 | 0 | 1011 | 1001110 | 11010 | 110011 | 1000000 | 101101 |
Color Harmonies of #BDA829
Complementary color
Monochromatic Colors of #BDA829
Black with #BDA829
Text Example
Text Example
White with #BDA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA829; }
p { color: rgb(189,168,41); }
H1.HeaderClassName
{
color: #BDA829;
}
.AnyTagClassName
{
color: #BDA829;
}
</style>
background-color css
<style>
a { background-color: #BDA829; }
a { background-color: rgb(189,168,41); }
div.DivClassName
{
background-color: #BDA829;
}
.BgClassName
{
background-color: #BDA829;
}
</style>
border-color css
<style>
span { border-color: #BDA829; }
span { border-color: rgb(189,168,41); }
td.TdClassName
{
border-color: #BDA829;
}
.TagClassName
{
border-color: #BDA829;
}
</style>