Shades of Earls Green #BDAB21
Tints of Earls Green #BDAB21
RGB
CMYK
RGB Variations
Color information
#BDAB21 (or 0xBDAB21) is known color: Earls Green. HEX triplet: BD, AB and 21. RGB value is (189,171,33). Sum of RGB (Red+Green+Blue) = 189+171+33=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB21 is #4254DE. Grayscale: #A1A1A1. Windows color (decimal): -4347103 or 2206653. OLE color: 2206653.
HSL color Cylindrical-coordinate representation of color #BDAB21: hue angle of 53.08º 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 #BDAB21 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 33 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.26 |
| HSL | 53.08º | 0.7% | 0.44% | - |
| HSV(B) | 53.08º | 0.83% | 0.74% | - |
| XYZ | 35.82 | 40.05 | 7.28 | - |
| YUV | 160.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 33 | 0 | 0.10 | 0.83 | 0.26 | 53.08 | 0.7 | 0.44 |
| Hex | BD | AB | 21 | 0 | A | 53 | 1A | 35 | 46 | 2C |
| Octal | 275 | 253 | 41 | 0 | 12 | 123 | 32 | 65 | 106 | 54 |
| Binary | 10111101 | 10101011 | 100001 | 0 | 1010 | 1010011 | 11010 | 110101 | 1000110 | 101100 |
Color Harmonies of #BDAB21
Complementary color
Monochromatic Colors of #BDAB21
Black with #BDAB21
Text Example
Text Example
White with #BDAB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB21; }
p { color: rgb(189,171,33); }
H1.HeaderClassName
{
color: #BDAB21;
}
.AnyTagClassName
{
color: #BDAB21;
}
</style>
background-color css
<style>
a { background-color: #BDAB21; }
a { background-color: rgb(189,171,33); }
div.DivClassName
{
background-color: #BDAB21;
}
.BgClassName
{
background-color: #BDAB21;
}
</style>
border-color css
<style>
span { border-color: #BDAB21; }
span { border-color: rgb(189,171,33); }
td.TdClassName
{
border-color: #BDAB21;
}
.TagClassName
{
border-color: #BDAB21;
}
</style>