Shades of Earls Green #BDB32E
Tints of Earls Green #BDB32E
RGB
CMYK
RGB Variations
Color information
#BDB32E (or 0xBDB32E) is known color: Earls Green. HEX triplet: BD, B3 and 2E. RGB value is (189,179,46). Sum of RGB (Red+Green+Blue) = 189+179+46=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB32E is #424CD1. Grayscale: #A7A7A7. Windows color (decimal): -4345042 or 3060669. OLE color: 3060669.
HSL color Cylindrical-coordinate representation of color #BDB32E: hue angle of 55.8º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDB32E is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 46 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.26 |
| HSL | 55.8º | 0.61% | 0.46% | - |
| HSV(B) | 55.8º | 0.76% | 0.74% | - |
| XYZ | 37.6 | 43.26 | 8.95 | - |
| YUV | 166.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 46 | 0 | 0.05 | 0.76 | 0.26 | 55.8 | 0.61 | 0.46 |
| Hex | BD | B3 | 2E | 0 | 5 | 4C | 1A | 38 | 3D | 2E |
| Octal | 275 | 263 | 56 | 0 | 5 | 114 | 32 | 70 | 75 | 56 |
| Binary | 10111101 | 10110011 | 101110 | 0 | 101 | 1001100 | 11010 | 111000 | 111101 | 101110 |
Color Harmonies of #BDB32E
Complementary color
Monochromatic Colors of #BDB32E
Black with #BDB32E
Text Example
Text Example
White with #BDB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB32E; }
p { color: rgb(189,179,46); }
H1.HeaderClassName
{
color: #BDB32E;
}
.AnyTagClassName
{
color: #BDB32E;
}
</style>
background-color css
<style>
a { background-color: #BDB32E; }
a { background-color: rgb(189,179,46); }
div.DivClassName
{
background-color: #BDB32E;
}
.BgClassName
{
background-color: #BDB32E;
}
</style>
border-color css
<style>
span { border-color: #BDB32E; }
span { border-color: rgb(189,179,46); }
td.TdClassName
{
border-color: #BDB32E;
}
.TagClassName
{
border-color: #BDB32E;
}
</style>