Shades of Earls Green #BDA821
Tints of Earls Green #BDA821
RGB
CMYK
RGB Variations
Color information
#BDA821 (or 0xBDA821) is known color: Earls Green. HEX triplet: BD, A8 and 21. RGB value is (189,168,33). Sum of RGB (Red+Green+Blue) = 189+168+33=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA821 is #4257DE. Grayscale: #9F9F9F. Windows color (decimal): -4347871 or 2205885. OLE color: 2205885.
HSL color Cylindrical-coordinate representation of color #BDA821: hue angle of 51.92º 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 #BDA821 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 33 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.26 |
| HSL | 51.92º | 0.7% | 0.44% | - |
| HSV(B) | 51.92º | 0.83% | 0.74% | - |
| XYZ | 35.26 | 38.93 | 7.1 | - |
| YUV | 158.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 33 | 0 | 0.11 | 0.83 | 0.26 | 51.92 | 0.7 | 0.44 |
| Hex | BD | A8 | 21 | 0 | B | 53 | 1A | 34 | 46 | 2C |
| Octal | 275 | 250 | 41 | 0 | 13 | 123 | 32 | 64 | 106 | 54 |
| Binary | 10111101 | 10101000 | 100001 | 0 | 1011 | 1010011 | 11010 | 110100 | 1000110 | 101100 |
Color Harmonies of #BDA821
Complementary color
Monochromatic Colors of #BDA821
Black with #BDA821
Text Example
Text Example
White with #BDA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA821; }
p { color: rgb(189,168,33); }
H1.HeaderClassName
{
color: #BDA821;
}
.AnyTagClassName
{
color: #BDA821;
}
</style>
background-color css
<style>
a { background-color: #BDA821; }
a { background-color: rgb(189,168,33); }
div.DivClassName
{
background-color: #BDA821;
}
.BgClassName
{
background-color: #BDA821;
}
</style>
border-color css
<style>
span { border-color: #BDA821; }
span { border-color: rgb(189,168,33); }
td.TdClassName
{
border-color: #BDA821;
}
.TagClassName
{
border-color: #BDA821;
}
</style>