Shades of Earls Green #BDB32D
Tints of Earls Green #BDB32D
RGB
CMYK
RGB Variations
Color information
#BDB32D (or 0xBDB32D) is known color: Earls Green. HEX triplet: BD, B3 and 2D. RGB value is (189,179,45). Sum of RGB (Red+Green+Blue) = 189+179+45=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB32D is #424CD2. Grayscale: #A7A7A7. Windows color (decimal): -4345043 or 2995133. OLE color: 2995133.
HSL color Cylindrical-coordinate representation of color #BDB32D: hue angle of 55.83º degrees, saturation: 0.62, 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 #BDB32D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 45 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.26 |
| HSL | 55.83º | 0.62% | 0.46% | - |
| HSV(B) | 55.83º | 0.76% | 0.74% | - |
| XYZ | 37.58 | 43.25 | 8.85 | - |
| YUV | 166.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 45 | 0 | 0.05 | 0.76 | 0.26 | 55.83 | 0.62 | 0.46 |
| Hex | BD | B3 | 2D | 0 | 5 | 4C | 1A | 38 | 3E | 2E |
| Octal | 275 | 263 | 55 | 0 | 5 | 114 | 32 | 70 | 76 | 56 |
| Binary | 10111101 | 10110011 | 101101 | 0 | 101 | 1001100 | 11010 | 111000 | 111110 | 101110 |
Color Harmonies of #BDB32D
Complementary color
Monochromatic Colors of #BDB32D
Black with #BDB32D
Text Example
Text Example
White with #BDB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB32D; }
p { color: rgb(189,179,45); }
H1.HeaderClassName
{
color: #BDB32D;
}
.AnyTagClassName
{
color: #BDB32D;
}
</style>
background-color css
<style>
a { background-color: #BDB32D; }
a { background-color: rgb(189,179,45); }
div.DivClassName
{
background-color: #BDB32D;
}
.BgClassName
{
background-color: #BDB32D;
}
</style>
border-color css
<style>
span { border-color: #BDB32D; }
span { border-color: rgb(189,179,45); }
td.TdClassName
{
border-color: #BDB32D;
}
.TagClassName
{
border-color: #BDB32D;
}
</style>