Shades of Earls Green #BDA624
Tints of Earls Green #BDA624
RGB
CMYK
RGB Variations
Color information
#BDA624 (or 0xBDA624) is known color: Earls Green. HEX triplet: BD, A6 and 24. RGB value is (189,166,36). Sum of RGB (Red+Green+Blue) = 189+166+36=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA624 is #4259DB. Grayscale: #9E9E9E. Windows color (decimal): -4348380 or 2401981. OLE color: 2401981.
HSL color Cylindrical-coordinate representation of color #BDA624: hue angle of 50.98º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDA624 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 36 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.26 |
| HSL | 50.98º | 0.68% | 0.44% | - |
| HSV(B) | 50.98º | 0.81% | 0.74% | - |
| XYZ | 34.94 | 38.22 | 7.2 | - |
| YUV | 158.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 36 | 0 | 0.12 | 0.81 | 0.26 | 50.98 | 0.68 | 0.44 |
| Hex | BD | A6 | 24 | 0 | C | 51 | 1A | 33 | 44 | 2C |
| Octal | 275 | 246 | 44 | 0 | 14 | 121 | 32 | 63 | 104 | 54 |
| Binary | 10111101 | 10100110 | 100100 | 0 | 1100 | 1010001 | 11010 | 110011 | 1000100 | 101100 |
Color Harmonies of #BDA624
Complementary color
Monochromatic Colors of #BDA624
Black with #BDA624
Text Example
Text Example
White with #BDA624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA624; }
p { color: rgb(189,166,36); }
H1.HeaderClassName
{
color: #BDA624;
}
.AnyTagClassName
{
color: #BDA624;
}
</style>
background-color css
<style>
a { background-color: #BDA624; }
a { background-color: rgb(189,166,36); }
div.DivClassName
{
background-color: #BDA624;
}
.BgClassName
{
background-color: #BDA624;
}
</style>
border-color css
<style>
span { border-color: #BDA624; }
span { border-color: rgb(189,166,36); }
td.TdClassName
{
border-color: #BDA624;
}
.TagClassName
{
border-color: #BDA624;
}
</style>