Shades of Earls Green #BDA921
Tints of Earls Green #BDA921
RGB
CMYK
RGB Variations
Color information
#BDA921 (or 0xBDA921) is known color: Earls Green. HEX triplet: BD, A9 and 21. RGB value is (189,169,33). Sum of RGB (Red+Green+Blue) = 189+169+33=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA921 is #4256DE. Grayscale: #A0A0A0. Windows color (decimal): -4347615 or 2206141. OLE color: 2206141.
HSL color Cylindrical-coordinate representation of color #BDA921: hue angle of 52.31º 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 #BDA921 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 33 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.26 |
| HSL | 52.31º | 0.7% | 0.44% | - |
| HSV(B) | 52.31º | 0.83% | 0.74% | - |
| XYZ | 35.45 | 39.3 | 7.16 | - |
| YUV | 159.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 33 | 0 | 0.11 | 0.83 | 0.26 | 52.31 | 0.7 | 0.44 |
| Hex | BD | A9 | 21 | 0 | B | 53 | 1A | 34 | 46 | 2C |
| Octal | 275 | 251 | 41 | 0 | 13 | 123 | 32 | 64 | 106 | 54 |
| Binary | 10111101 | 10101001 | 100001 | 0 | 1011 | 1010011 | 11010 | 110100 | 1000110 | 101100 |
Color Harmonies of #BDA921
Complementary color
Monochromatic Colors of #BDA921
Black with #BDA921
Text Example
Text Example
White with #BDA921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA921; }
p { color: rgb(189,169,33); }
H1.HeaderClassName
{
color: #BDA921;
}
.AnyTagClassName
{
color: #BDA921;
}
</style>
background-color css
<style>
a { background-color: #BDA921; }
a { background-color: rgb(189,169,33); }
div.DivClassName
{
background-color: #BDA921;
}
.BgClassName
{
background-color: #BDA921;
}
</style>
border-color css
<style>
span { border-color: #BDA921; }
span { border-color: rgb(189,169,33); }
td.TdClassName
{
border-color: #BDA921;
}
.TagClassName
{
border-color: #BDA921;
}
</style>