Shades of Earls Green #BDAB0D
Tints of Earls Green #BDAB0D
RGB
CMYK
RGB Variations
Color information
#BDAB0D (or 0xBDAB0D) is known color: Earls Green. HEX triplet: BD, AB and 0D. RGB value is (189,171,13). Sum of RGB (Red+Green+Blue) = 189+171+13=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB0D is #4254F2. Grayscale: #9F9F9F. Windows color (decimal): -4347123 or 895933. OLE color: 895933.
HSL color Cylindrical-coordinate representation of color #BDAB0D: hue angle of 53.86º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDAB0D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 13 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.26 |
| HSL | 53.86º | 0.87% | 0.4% | - |
| HSV(B) | 53.86º | 0.93% | 0.74% | - |
| XYZ | 35.62 | 39.97 | 6.22 | - |
| YUV | 158.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 13 | 0 | 0.10 | 0.93 | 0.26 | 53.86 | 0.87 | 0.4 |
| Hex | BD | AB | D | 0 | A | 5D | 1A | 36 | 57 | 28 |
| Octal | 275 | 253 | 15 | 0 | 12 | 135 | 32 | 66 | 127 | 50 |
| Binary | 10111101 | 10101011 | 1101 | 0 | 1010 | 1011101 | 11010 | 110110 | 1010111 | 101000 |
Color Harmonies of #BDAB0D
Complementary color
Monochromatic Colors of #BDAB0D
Black with #BDAB0D
Text Example
Text Example
White with #BDAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB0D; }
p { color: rgb(189,171,13); }
H1.HeaderClassName
{
color: #BDAB0D;
}
.AnyTagClassName
{
color: #BDAB0D;
}
</style>
background-color css
<style>
a { background-color: #BDAB0D; }
a { background-color: rgb(189,171,13); }
div.DivClassName
{
background-color: #BDAB0D;
}
.BgClassName
{
background-color: #BDAB0D;
}
</style>
border-color css
<style>
span { border-color: #BDAB0D; }
span { border-color: rgb(189,171,13); }
td.TdClassName
{
border-color: #BDAB0D;
}
.TagClassName
{
border-color: #BDAB0D;
}
</style>