Shades of Earls Green #BDAE2C
Tints of Earls Green #BDAE2C
RGB
CMYK
RGB Variations
Color information
#BDAE2C (or 0xBDAE2C) is known color: Earls Green. HEX triplet: BD, AE and 2C. RGB value is (189,174,44). Sum of RGB (Red+Green+Blue) = 189+174+44=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE2C is #4251D3. Grayscale: #A4A4A4. Windows color (decimal): -4346324 or 2928317. OLE color: 2928317.
HSL color Cylindrical-coordinate representation of color #BDAE2C: hue angle of 53.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDAE2C is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 44 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.26 |
| HSL | 53.79º | 0.62% | 0.46% | - |
| HSV(B) | 53.79º | 0.77% | 0.74% | - |
| XYZ | 36.58 | 41.27 | 8.42 | - |
| YUV | 163.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 44 | 0 | 0.08 | 0.77 | 0.26 | 53.79 | 0.62 | 0.46 |
| Hex | BD | AE | 2C | 0 | 8 | 4D | 1A | 36 | 3E | 2E |
| Octal | 275 | 256 | 54 | 0 | 10 | 115 | 32 | 66 | 76 | 56 |
| Binary | 10111101 | 10101110 | 101100 | 0 | 1000 | 1001101 | 11010 | 110110 | 111110 | 101110 |
Color Harmonies of #BDAE2C
Complementary color
Monochromatic Colors of #BDAE2C
Black with #BDAE2C
Text Example
Text Example
White with #BDAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE2C; }
p { color: rgb(189,174,44); }
H1.HeaderClassName
{
color: #BDAE2C;
}
.AnyTagClassName
{
color: #BDAE2C;
}
</style>
background-color css
<style>
a { background-color: #BDAE2C; }
a { background-color: rgb(189,174,44); }
div.DivClassName
{
background-color: #BDAE2C;
}
.BgClassName
{
background-color: #BDAE2C;
}
</style>
border-color css
<style>
span { border-color: #BDAE2C; }
span { border-color: rgb(189,174,44); }
td.TdClassName
{
border-color: #BDAE2C;
}
.TagClassName
{
border-color: #BDAE2C;
}
</style>