Shades of Earls Green #BDA421
Tints of Earls Green #BDA421
RGB
CMYK
RGB Variations
Color information
#BDA421 (or 0xBDA421) is known color: Earls Green. HEX triplet: BD, A4 and 21. RGB value is (189,164,33). Sum of RGB (Red+Green+Blue) = 189+164+33=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA421 is #425BDE. Grayscale: #9D9D9D. Windows color (decimal): -4348895 or 2204861. OLE color: 2204861.
HSL color Cylindrical-coordinate representation of color #BDA421: hue angle of 50.38º 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 #BDA421 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 33 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.26 |
| HSL | 50.38º | 0.7% | 0.44% | - |
| HSV(B) | 50.38º | 0.83% | 0.74% | - |
| XYZ | 34.54 | 37.48 | 6.85 | - |
| YUV | 156.54 | 58.28 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 33 | 0 | 0.13 | 0.83 | 0.26 | 50.38 | 0.7 | 0.44 |
| Hex | BD | A4 | 21 | 0 | D | 53 | 1A | 32 | 46 | 2C |
| Octal | 275 | 244 | 41 | 0 | 15 | 123 | 32 | 62 | 106 | 54 |
| Binary | 10111101 | 10100100 | 100001 | 0 | 1101 | 1010011 | 11010 | 110010 | 1000110 | 101100 |
Color Harmonies of #BDA421
Complementary color
Monochromatic Colors of #BDA421
Black with #BDA421
Text Example
Text Example
White with #BDA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA421; }
p { color: rgb(189,164,33); }
H1.HeaderClassName
{
color: #BDA421;
}
.AnyTagClassName
{
color: #BDA421;
}
</style>
background-color css
<style>
a { background-color: #BDA421; }
a { background-color: rgb(189,164,33); }
div.DivClassName
{
background-color: #BDA421;
}
.BgClassName
{
background-color: #BDA421;
}
</style>
border-color css
<style>
span { border-color: #BDA421; }
span { border-color: rgb(189,164,33); }
td.TdClassName
{
border-color: #BDA421;
}
.TagClassName
{
border-color: #BDA421;
}
</style>