Shades of Earls Green #BDAB1D
Tints of Earls Green #BDAB1D
RGB
CMYK
RGB Variations
Color information
#BDAB1D (or 0xBDAB1D) is known color: Earls Green. HEX triplet: BD, AB and 1D. RGB value is (189,171,29). Sum of RGB (Red+Green+Blue) = 189+171+29=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB1D is #4254E2. Grayscale: #A0A0A0. Windows color (decimal): -4347107 or 1944509. OLE color: 1944509.
HSL color Cylindrical-coordinate representation of color #BDAB1D: hue angle of 53.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDAB1D is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 29 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.26 |
| HSL | 53.25º | 0.73% | 0.43% | - |
| HSV(B) | 53.25º | 0.85% | 0.74% | - |
| XYZ | 35.77 | 40.03 | 7 | - |
| YUV | 160.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 29 | 0 | 0.10 | 0.85 | 0.26 | 53.25 | 0.73 | 0.43 |
| Hex | BD | AB | 1D | 0 | A | 55 | 1A | 35 | 49 | 2B |
| Octal | 275 | 253 | 35 | 0 | 12 | 125 | 32 | 65 | 111 | 53 |
| Binary | 10111101 | 10101011 | 11101 | 0 | 1010 | 1010101 | 11010 | 110101 | 1001001 | 101011 |
Color Harmonies of #BDAB1D
Complementary color
Monochromatic Colors of #BDAB1D
Black with #BDAB1D
Text Example
Text Example
White with #BDAB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB1D; }
p { color: rgb(189,171,29); }
H1.HeaderClassName
{
color: #BDAB1D;
}
.AnyTagClassName
{
color: #BDAB1D;
}
</style>
background-color css
<style>
a { background-color: #BDAB1D; }
a { background-color: rgb(189,171,29); }
div.DivClassName
{
background-color: #BDAB1D;
}
.BgClassName
{
background-color: #BDAB1D;
}
</style>
border-color css
<style>
span { border-color: #BDAB1D; }
span { border-color: rgb(189,171,29); }
td.TdClassName
{
border-color: #BDAB1D;
}
.TagClassName
{
border-color: #BDAB1D;
}
</style>