Shades of Earls Green #BDA92D
Tints of Earls Green #BDA92D
RGB
CMYK
RGB Variations
Color information
#BDA92D (or 0xBDA92D) is known color: Earls Green. HEX triplet: BD, A9 and 2D. RGB value is (189,169,45). Sum of RGB (Red+Green+Blue) = 189+169+45=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA92D is #4256D2. Grayscale: #A1A1A1. Windows color (decimal): -4347603 or 2992573. OLE color: 2992573.
HSL color Cylindrical-coordinate representation of color #BDA92D: hue angle of 51.67º 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 #BDA92D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 45 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.26 |
| HSL | 51.67º | 0.62% | 0.46% | - |
| HSV(B) | 51.67º | 0.76% | 0.74% | - |
| XYZ | 35.65 | 39.38 | 8.21 | - |
| YUV | 160.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 45 | 0 | 0.11 | 0.76 | 0.26 | 51.67 | 0.62 | 0.46 |
| Hex | BD | A9 | 2D | 0 | B | 4C | 1A | 34 | 3E | 2E |
| Octal | 275 | 251 | 55 | 0 | 13 | 114 | 32 | 64 | 76 | 56 |
| Binary | 10111101 | 10101001 | 101101 | 0 | 1011 | 1001100 | 11010 | 110100 | 111110 | 101110 |
Color Harmonies of #BDA92D
Complementary color
Monochromatic Colors of #BDA92D
Black with #BDA92D
Text Example
Text Example
White with #BDA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA92D; }
p { color: rgb(189,169,45); }
H1.HeaderClassName
{
color: #BDA92D;
}
.AnyTagClassName
{
color: #BDA92D;
}
</style>
background-color css
<style>
a { background-color: #BDA92D; }
a { background-color: rgb(189,169,45); }
div.DivClassName
{
background-color: #BDA92D;
}
.BgClassName
{
background-color: #BDA92D;
}
</style>
border-color css
<style>
span { border-color: #BDA92D; }
span { border-color: rgb(189,169,45); }
td.TdClassName
{
border-color: #BDA92D;
}
.TagClassName
{
border-color: #BDA92D;
}
</style>