Shades of Earls Green #BDA719
Tints of Earls Green #BDA719
RGB
CMYK
RGB Variations
Color information
#BDA719 (or 0xBDA719) is known color: Earls Green. HEX triplet: BD, A7 and 19. RGB value is (189,167,25). Sum of RGB (Red+Green+Blue) = 189+167+25=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA719 is #4258E6. Grayscale: #9D9D9D. Windows color (decimal): -4348135 or 1681341. OLE color: 1681341.
HSL color Cylindrical-coordinate representation of color #BDA719: hue angle of 51.95º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDA719 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 25 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.26 |
| HSL | 51.95º | 0.77% | 0.42% | - |
| HSV(B) | 51.95º | 0.87% | 0.74% | - |
| XYZ | 34.98 | 38.53 | 6.51 | - |
| YUV | 157.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 25 | 0 | 0.12 | 0.87 | 0.26 | 51.95 | 0.77 | 0.42 |
| Hex | BD | A7 | 19 | 0 | C | 57 | 1A | 34 | 4D | 2A |
| Octal | 275 | 247 | 31 | 0 | 14 | 127 | 32 | 64 | 115 | 52 |
| Binary | 10111101 | 10100111 | 11001 | 0 | 1100 | 1010111 | 11010 | 110100 | 1001101 | 101010 |
Color Harmonies of #BDA719
Complementary color
Monochromatic Colors of #BDA719
Black with #BDA719
Text Example
Text Example
White with #BDA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA719; }
p { color: rgb(189,167,25); }
H1.HeaderClassName
{
color: #BDA719;
}
.AnyTagClassName
{
color: #BDA719;
}
</style>
background-color css
<style>
a { background-color: #BDA719; }
a { background-color: rgb(189,167,25); }
div.DivClassName
{
background-color: #BDA719;
}
.BgClassName
{
background-color: #BDA719;
}
</style>
border-color css
<style>
span { border-color: #BDA719; }
span { border-color: rgb(189,167,25); }
td.TdClassName
{
border-color: #BDA719;
}
.TagClassName
{
border-color: #BDA719;
}
</style>