Shades of Earls Green #BDAA21
Tints of Earls Green #BDAA21
RGB
CMYK
RGB Variations
Color information
#BDAA21 (or 0xBDAA21) is known color: Earls Green. HEX triplet: BD, AA and 21. RGB value is (189,170,33). Sum of RGB (Red+Green+Blue) = 189+170+33=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAA21 is #4255DE. Grayscale: #A0A0A0. Windows color (decimal): -4347359 or 2206397. OLE color: 2206397.
HSL color Cylindrical-coordinate representation of color #BDAA21: hue angle of 52.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDAA21 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 33 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.26 |
| HSL | 52.69º | 0.7% | 0.44% | - |
| HSV(B) | 52.69º | 0.83% | 0.74% | - |
| XYZ | 35.64 | 39.68 | 7.22 | - |
| YUV | 160.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 33 | 0 | 0.10 | 0.83 | 0.26 | 52.69 | 0.7 | 0.44 |
| Hex | BD | AA | 21 | 0 | A | 53 | 1A | 35 | 46 | 2C |
| Octal | 275 | 252 | 41 | 0 | 12 | 123 | 32 | 65 | 106 | 54 |
| Binary | 10111101 | 10101010 | 100001 | 0 | 1010 | 1010011 | 11010 | 110101 | 1000110 | 101100 |
Color Harmonies of #BDAA21
Complementary color
Monochromatic Colors of #BDAA21
Black with #BDAA21
Text Example
Text Example
White with #BDAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA21; }
p { color: rgb(189,170,33); }
H1.HeaderClassName
{
color: #BDAA21;
}
.AnyTagClassName
{
color: #BDAA21;
}
</style>
background-color css
<style>
a { background-color: #BDAA21; }
a { background-color: rgb(189,170,33); }
div.DivClassName
{
background-color: #BDAA21;
}
.BgClassName
{
background-color: #BDAA21;
}
</style>
border-color css
<style>
span { border-color: #BDAA21; }
span { border-color: rgb(189,170,33); }
td.TdClassName
{
border-color: #BDAA21;
}
.TagClassName
{
border-color: #BDAA21;
}
</style>