Shades of Earls Green #BDAE2D
Tints of Earls Green #BDAE2D
RGB
CMYK
RGB Variations
Color information
#BDAE2D (or 0xBDAE2D) is known color: Earls Green. HEX triplet: BD, AE and 2D. RGB value is (189,174,45). Sum of RGB (Red+Green+Blue) = 189+174+45=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE2D is #4251D2. Grayscale: #A4A4A4. Windows color (decimal): -4346323 or 2993853. OLE color: 2993853.
HSL color Cylindrical-coordinate representation of color #BDAE2D: hue angle of 53.75º 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 #BDAE2D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 45 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.26 |
| HSL | 53.75º | 0.62% | 0.46% | - |
| HSV(B) | 53.75º | 0.76% | 0.74% | - |
| XYZ | 36.6 | 41.28 | 8.52 | - |
| YUV | 163.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 45 | 0 | 0.08 | 0.76 | 0.26 | 53.75 | 0.62 | 0.46 |
| Hex | BD | AE | 2D | 0 | 8 | 4C | 1A | 36 | 3E | 2E |
| Octal | 275 | 256 | 55 | 0 | 10 | 114 | 32 | 66 | 76 | 56 |
| Binary | 10111101 | 10101110 | 101101 | 0 | 1000 | 1001100 | 11010 | 110110 | 111110 | 101110 |
Color Harmonies of #BDAE2D
Complementary color
Monochromatic Colors of #BDAE2D
Black with #BDAE2D
Text Example
Text Example
White with #BDAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE2D; }
p { color: rgb(189,174,45); }
H1.HeaderClassName
{
color: #BDAE2D;
}
.AnyTagClassName
{
color: #BDAE2D;
}
</style>
background-color css
<style>
a { background-color: #BDAE2D; }
a { background-color: rgb(189,174,45); }
div.DivClassName
{
background-color: #BDAE2D;
}
.BgClassName
{
background-color: #BDAE2D;
}
</style>
border-color css
<style>
span { border-color: #BDAE2D; }
span { border-color: rgb(189,174,45); }
td.TdClassName
{
border-color: #BDAE2D;
}
.TagClassName
{
border-color: #BDAE2D;
}
</style>