Shades of Earls Green #BDB82D
Tints of Earls Green #BDB82D
RGB
CMYK
RGB Variations
Color information
#BDB82D (or 0xBDB82D) is known color: Earls Green. HEX triplet: BD, B8 and 2D. RGB value is (189,184,45). Sum of RGB (Red+Green+Blue) = 189+184+45=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB82D is #4247D2. Grayscale: #AAAAAA. Windows color (decimal): -4343763 or 2996413. OLE color: 2996413.
HSL color Cylindrical-coordinate representation of color #BDB82D: hue angle of 57.92º 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 #BDB82D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 45 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.26 |
| HSL | 57.92º | 0.62% | 0.46% | - |
| HSV(B) | 57.92º | 0.76% | 0.74% | - |
| XYZ | 38.6 | 45.29 | 9.19 | - |
| YUV | 169.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 45 | 0 | 0.03 | 0.76 | 0.26 | 57.92 | 0.62 | 0.46 |
| Hex | BD | B8 | 2D | 0 | 3 | 4C | 1A | 3A | 3E | 2E |
| Octal | 275 | 270 | 55 | 0 | 3 | 114 | 32 | 72 | 76 | 56 |
| Binary | 10111101 | 10111000 | 101101 | 0 | 11 | 1001100 | 11010 | 111010 | 111110 | 101110 |
Color Harmonies of #BDB82D
Complementary color
Monochromatic Colors of #BDB82D
Black with #BDB82D
Text Example
Text Example
White with #BDB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB82D; }
p { color: rgb(189,184,45); }
H1.HeaderClassName
{
color: #BDB82D;
}
.AnyTagClassName
{
color: #BDB82D;
}
</style>
background-color css
<style>
a { background-color: #BDB82D; }
a { background-color: rgb(189,184,45); }
div.DivClassName
{
background-color: #BDB82D;
}
.BgClassName
{
background-color: #BDB82D;
}
</style>
border-color css
<style>
span { border-color: #BDB82D; }
span { border-color: rgb(189,184,45); }
td.TdClassName
{
border-color: #BDB82D;
}
.TagClassName
{
border-color: #BDB82D;
}
</style>