Shades of Earls Green #BDAB19
Tints of Earls Green #BDAB19
RGB
CMYK
RGB Variations
Color information
#BDAB19 (or 0xBDAB19) is known color: Earls Green. HEX triplet: BD, AB and 19. RGB value is (189,171,25). Sum of RGB (Red+Green+Blue) = 189+171+25=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB19 is #4254E6. Grayscale: #A0A0A0. Windows color (decimal): -4347111 or 1682365. OLE color: 1682365.
HSL color Cylindrical-coordinate representation of color #BDAB19: hue angle of 53.41º 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 #BDAB19 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 25 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.26 |
| HSL | 53.41º | 0.77% | 0.42% | - |
| HSV(B) | 53.41º | 0.87% | 0.74% | - |
| XYZ | 35.72 | 40.01 | 6.76 | - |
| YUV | 159.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 25 | 0 | 0.10 | 0.87 | 0.26 | 53.41 | 0.77 | 0.42 |
| Hex | BD | AB | 19 | 0 | A | 57 | 1A | 35 | 4D | 2A |
| Octal | 275 | 253 | 31 | 0 | 12 | 127 | 32 | 65 | 115 | 52 |
| Binary | 10111101 | 10101011 | 11001 | 0 | 1010 | 1010111 | 11010 | 110101 | 1001101 | 101010 |
Color Harmonies of #BDAB19
Complementary color
Monochromatic Colors of #BDAB19
Black with #BDAB19
Text Example
Text Example
White with #BDAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB19; }
p { color: rgb(189,171,25); }
H1.HeaderClassName
{
color: #BDAB19;
}
.AnyTagClassName
{
color: #BDAB19;
}
</style>
background-color css
<style>
a { background-color: #BDAB19; }
a { background-color: rgb(189,171,25); }
div.DivClassName
{
background-color: #BDAB19;
}
.BgClassName
{
background-color: #BDAB19;
}
</style>
border-color css
<style>
span { border-color: #BDAB19; }
span { border-color: rgb(189,171,25); }
td.TdClassName
{
border-color: #BDAB19;
}
.TagClassName
{
border-color: #BDAB19;
}
</style>