Shades of Earls Green #BDAB25
Tints of Earls Green #BDAB25
RGB
CMYK
RGB Variations
Color information
#BDAB25 (or 0xBDAB25) is known color: Earls Green. HEX triplet: BD, AB and 25. RGB value is (189,171,37). Sum of RGB (Red+Green+Blue) = 189+171+37=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB25 is #4254DA. Grayscale: #A1A1A1. Windows color (decimal): -4347099 or 2468797. OLE color: 2468797.
HSL color Cylindrical-coordinate representation of color #BDAB25: hue angle of 52.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDAB25 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 37 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.26 |
| HSL | 52.89º | 0.67% | 0.44% | - |
| HSV(B) | 52.89º | 0.8% | 0.74% | - |
| XYZ | 35.88 | 40.08 | 7.59 | - |
| YUV | 161.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 37 | 0 | 0.10 | 0.80 | 0.26 | 52.89 | 0.67 | 0.44 |
| Hex | BD | AB | 25 | 0 | A | 50 | 1A | 35 | 43 | 2C |
| Octal | 275 | 253 | 45 | 0 | 12 | 120 | 32 | 65 | 103 | 54 |
| Binary | 10111101 | 10101011 | 100101 | 0 | 1010 | 1010000 | 11010 | 110101 | 1000011 | 101100 |
Color Harmonies of #BDAB25
Complementary color
Monochromatic Colors of #BDAB25
Black with #BDAB25
Text Example
Text Example
White with #BDAB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB25; }
p { color: rgb(189,171,37); }
H1.HeaderClassName
{
color: #BDAB25;
}
.AnyTagClassName
{
color: #BDAB25;
}
</style>
background-color css
<style>
a { background-color: #BDAB25; }
a { background-color: rgb(189,171,37); }
div.DivClassName
{
background-color: #BDAB25;
}
.BgClassName
{
background-color: #BDAB25;
}
</style>
border-color css
<style>
span { border-color: #BDAB25; }
span { border-color: rgb(189,171,37); }
td.TdClassName
{
border-color: #BDAB25;
}
.TagClassName
{
border-color: #BDAB25;
}
</style>