Shades of Earls Green #BDA32D
Tints of Earls Green #BDA32D
RGB
CMYK
RGB Variations
Color information
#BDA32D (or 0xBDA32D) is known color: Earls Green. HEX triplet: BD, A3 and 2D. RGB value is (189,163,45). Sum of RGB (Red+Green+Blue) = 189+163+45=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA32D is #425CD2. Grayscale: #9D9D9D. Windows color (decimal): -4349139 or 2991037. OLE color: 2991037.
HSL color Cylindrical-coordinate representation of color #BDA32D: hue angle of 49.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDA32D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 45 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.26 |
| HSL | 49.17º | 0.62% | 0.46% | - |
| HSV(B) | 49.17º | 0.76% | 0.74% | - |
| XYZ | 34.56 | 37.2 | 7.84 | - |
| YUV | 157.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 45 | 0 | 0.14 | 0.76 | 0.26 | 49.17 | 0.62 | 0.46 |
| Hex | BD | A3 | 2D | 0 | E | 4C | 1A | 31 | 3E | 2E |
| Octal | 275 | 243 | 55 | 0 | 16 | 114 | 32 | 61 | 76 | 56 |
| Binary | 10111101 | 10100011 | 101101 | 0 | 1110 | 1001100 | 11010 | 110001 | 111110 | 101110 |
Color Harmonies of #BDA32D
Complementary color
Monochromatic Colors of #BDA32D
Black with #BDA32D
Text Example
Text Example
White with #BDA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA32D; }
p { color: rgb(189,163,45); }
H1.HeaderClassName
{
color: #BDA32D;
}
.AnyTagClassName
{
color: #BDA32D;
}
</style>
background-color css
<style>
a { background-color: #BDA32D; }
a { background-color: rgb(189,163,45); }
div.DivClassName
{
background-color: #BDA32D;
}
.BgClassName
{
background-color: #BDA32D;
}
</style>
border-color css
<style>
span { border-color: #BDA32D; }
span { border-color: rgb(189,163,45); }
td.TdClassName
{
border-color: #BDA32D;
}
.TagClassName
{
border-color: #BDA32D;
}
</style>