Shades of Earls Green #BDA619
Tints of Earls Green #BDA619
RGB
CMYK
RGB Variations
Color information
#BDA619 (or 0xBDA619) is known color: Earls Green. HEX triplet: BD, A6 and 19. RGB value is (189,166,25). Sum of RGB (Red+Green+Blue) = 189+166+25=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA619 is #4259E6. Grayscale: #9D9D9D. Windows color (decimal): -4348391 or 1681085. OLE color: 1681085.
HSL color Cylindrical-coordinate representation of color #BDA619: hue angle of 51.59º 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 #BDA619 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 25 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.26 |
| HSL | 51.59º | 0.77% | 0.42% | - |
| HSV(B) | 51.59º | 0.87% | 0.74% | - |
| XYZ | 34.8 | 38.16 | 6.45 | - |
| YUV | 156.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 25 | 0 | 0.12 | 0.87 | 0.26 | 51.59 | 0.77 | 0.42 |
| Hex | BD | A6 | 19 | 0 | C | 57 | 1A | 34 | 4D | 2A |
| Octal | 275 | 246 | 31 | 0 | 14 | 127 | 32 | 64 | 115 | 52 |
| Binary | 10111101 | 10100110 | 11001 | 0 | 1100 | 1010111 | 11010 | 110100 | 1001101 | 101010 |
Color Harmonies of #BDA619
Complementary color
Monochromatic Colors of #BDA619
Black with #BDA619
Text Example
Text Example
White with #BDA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA619; }
p { color: rgb(189,166,25); }
H1.HeaderClassName
{
color: #BDA619;
}
.AnyTagClassName
{
color: #BDA619;
}
</style>
background-color css
<style>
a { background-color: #BDA619; }
a { background-color: rgb(189,166,25); }
div.DivClassName
{
background-color: #BDA619;
}
.BgClassName
{
background-color: #BDA619;
}
</style>
border-color css
<style>
span { border-color: #BDA619; }
span { border-color: rgb(189,166,25); }
td.TdClassName
{
border-color: #BDA619;
}
.TagClassName
{
border-color: #BDA619;
}
</style>