Shades of Earls Green #BDA82D
Tints of Earls Green #BDA82D
RGB
CMYK
RGB Variations
Color information
#BDA82D (or 0xBDA82D) is known color: Earls Green. HEX triplet: BD, A8 and 2D. RGB value is (189,168,45). Sum of RGB (Red+Green+Blue) = 189+168+45=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA82D is #4257D2. Grayscale: #A0A0A0. Windows color (decimal): -4347859 or 2992317. OLE color: 2992317.
HSL color Cylindrical-coordinate representation of color #BDA82D: hue angle of 51.25º 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 #BDA82D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 45 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.26 |
| HSL | 51.25º | 0.62% | 0.46% | - |
| HSV(B) | 51.25º | 0.76% | 0.74% | - |
| XYZ | 35.46 | 39.01 | 8.14 | - |
| YUV | 160.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 45 | 0 | 0.11 | 0.76 | 0.26 | 51.25 | 0.62 | 0.46 |
| Hex | BD | A8 | 2D | 0 | B | 4C | 1A | 33 | 3E | 2E |
| Octal | 275 | 250 | 55 | 0 | 13 | 114 | 32 | 63 | 76 | 56 |
| Binary | 10111101 | 10101000 | 101101 | 0 | 1011 | 1001100 | 11010 | 110011 | 111110 | 101110 |
Color Harmonies of #BDA82D
Complementary color
Monochromatic Colors of #BDA82D
Black with #BDA82D
Text Example
Text Example
White with #BDA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA82D; }
p { color: rgb(189,168,45); }
H1.HeaderClassName
{
color: #BDA82D;
}
.AnyTagClassName
{
color: #BDA82D;
}
</style>
background-color css
<style>
a { background-color: #BDA82D; }
a { background-color: rgb(189,168,45); }
div.DivClassName
{
background-color: #BDA82D;
}
.BgClassName
{
background-color: #BDA82D;
}
</style>
border-color css
<style>
span { border-color: #BDA82D; }
span { border-color: rgb(189,168,45); }
td.TdClassName
{
border-color: #BDA82D;
}
.TagClassName
{
border-color: #BDA82D;
}
</style>