Shades of Earls Green #BDA724
Tints of Earls Green #BDA724
RGB
CMYK
RGB Variations
Color information
#BDA724 (or 0xBDA724) is known color: Earls Green. HEX triplet: BD, A7 and 24. RGB value is (189,167,36). Sum of RGB (Red+Green+Blue) = 189+167+36=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA724 is #4258DB. Grayscale: #9F9F9F. Windows color (decimal): -4348124 or 2402237. OLE color: 2402237.
HSL color Cylindrical-coordinate representation of color #BDA724: hue angle of 51.37º 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 #BDA724 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 36 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.26 |
| HSL | 51.37º | 0.68% | 0.44% | - |
| HSV(B) | 51.37º | 0.81% | 0.74% | - |
| XYZ | 35.12 | 38.58 | 7.27 | - |
| YUV | 158.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 36 | 0 | 0.12 | 0.81 | 0.26 | 51.37 | 0.68 | 0.44 |
| Hex | BD | A7 | 24 | 0 | C | 51 | 1A | 33 | 44 | 2C |
| Octal | 275 | 247 | 44 | 0 | 14 | 121 | 32 | 63 | 104 | 54 |
| Binary | 10111101 | 10100111 | 100100 | 0 | 1100 | 1010001 | 11010 | 110011 | 1000100 | 101100 |
Color Harmonies of #BDA724
Complementary color
Monochromatic Colors of #BDA724
Black with #BDA724
Text Example
Text Example
White with #BDA724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA724; }
p { color: rgb(189,167,36); }
H1.HeaderClassName
{
color: #BDA724;
}
.AnyTagClassName
{
color: #BDA724;
}
</style>
background-color css
<style>
a { background-color: #BDA724; }
a { background-color: rgb(189,167,36); }
div.DivClassName
{
background-color: #BDA724;
}
.BgClassName
{
background-color: #BDA724;
}
</style>
border-color css
<style>
span { border-color: #BDA724; }
span { border-color: rgb(189,167,36); }
td.TdClassName
{
border-color: #BDA724;
}
.TagClassName
{
border-color: #BDA724;
}
</style>