Shades of Earls Green #BDAC2B
Tints of Earls Green #BDAC2B
RGB
CMYK
RGB Variations
Color information
#BDAC2B (or 0xBDAC2B) is known color: Earls Green. HEX triplet: BD, AC and 2B. RGB value is (189,172,43). Sum of RGB (Red+Green+Blue) = 189+172+43=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC2B is #4253D4. Grayscale: #A2A2A2. Windows color (decimal): -4346837 or 2862269. OLE color: 2862269.
HSL color Cylindrical-coordinate representation of color #BDAC2B: hue angle of 53.01º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDAC2B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 43 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.26 |
| HSL | 53.01º | 0.63% | 0.45% | - |
| HSV(B) | 53.01º | 0.77% | 0.74% | - |
| XYZ | 36.17 | 40.5 | 8.2 | - |
| YUV | 162.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 43 | 0 | 0.09 | 0.77 | 0.26 | 53.01 | 0.63 | 0.45 |
| Hex | BD | AC | 2B | 0 | 9 | 4D | 1A | 35 | 3F | 2D |
| Octal | 275 | 254 | 53 | 0 | 11 | 115 | 32 | 65 | 77 | 55 |
| Binary | 10111101 | 10101100 | 101011 | 0 | 1001 | 1001101 | 11010 | 110101 | 111111 | 101101 |
Color Harmonies of #BDAC2B
Complementary color
Monochromatic Colors of #BDAC2B
Black with #BDAC2B
Text Example
Text Example
White with #BDAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC2B; }
p { color: rgb(189,172,43); }
H1.HeaderClassName
{
color: #BDAC2B;
}
.AnyTagClassName
{
color: #BDAC2B;
}
</style>
background-color css
<style>
a { background-color: #BDAC2B; }
a { background-color: rgb(189,172,43); }
div.DivClassName
{
background-color: #BDAC2B;
}
.BgClassName
{
background-color: #BDAC2B;
}
</style>
border-color css
<style>
span { border-color: #BDAC2B; }
span { border-color: rgb(189,172,43); }
td.TdClassName
{
border-color: #BDAC2B;
}
.TagClassName
{
border-color: #BDAC2B;
}
</style>