Shades of Earls Green #BDA329
Tints of Earls Green #BDA329
RGB
CMYK
RGB Variations
Color information
#BDA329 (or 0xBDA329) is known color: Earls Green. HEX triplet: BD, A3 and 29. RGB value is (189,163,41). Sum of RGB (Red+Green+Blue) = 189+163+41=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA329 is #425CD6. Grayscale: #9D9D9D. Windows color (decimal): -4349143 or 2728893. OLE color: 2728893.
HSL color Cylindrical-coordinate representation of color #BDA329: hue angle of 49.46º 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 #BDA329 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 41 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.26 |
| HSL | 49.46º | 0.64% | 0.45% | - |
| HSV(B) | 49.46º | 0.78% | 0.74% | - |
| XYZ | 34.48 | 37.17 | 7.46 | - |
| YUV | 156.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 41 | 0 | 0.14 | 0.78 | 0.26 | 49.46 | 0.64 | 0.45 |
| Hex | BD | A3 | 29 | 0 | E | 4E | 1A | 31 | 40 | 2D |
| Octal | 275 | 243 | 51 | 0 | 16 | 116 | 32 | 61 | 100 | 55 |
| Binary | 10111101 | 10100011 | 101001 | 0 | 1110 | 1001110 | 11010 | 110001 | 1000000 | 101101 |
Color Harmonies of #BDA329
Complementary color
Monochromatic Colors of #BDA329
Black with #BDA329
Text Example
Text Example
White with #BDA329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA329; }
p { color: rgb(189,163,41); }
H1.HeaderClassName
{
color: #BDA329;
}
.AnyTagClassName
{
color: #BDA329;
}
</style>
background-color css
<style>
a { background-color: #BDA329; }
a { background-color: rgb(189,163,41); }
div.DivClassName
{
background-color: #BDA329;
}
.BgClassName
{
background-color: #BDA329;
}
</style>
border-color css
<style>
span { border-color: #BDA329; }
span { border-color: rgb(189,163,41); }
td.TdClassName
{
border-color: #BDA329;
}
.TagClassName
{
border-color: #BDA329;
}
</style>