Shades of Earls Green #BDB82F
Tints of Earls Green #BDB82F
RGB
CMYK
RGB Variations
Color information
#BDB82F (or 0xBDB82F) is known color: Earls Green. HEX triplet: BD, B8 and 2F. RGB value is (189,184,47). Sum of RGB (Red+Green+Blue) = 189+184+47=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB82F is #4247D0. Grayscale: #AAAAAA. Windows color (decimal): -4343761 or 3127485. OLE color: 3127485.
HSL color Cylindrical-coordinate representation of color #BDB82F: hue angle of 57.89º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDB82F is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 47 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.26 |
| HSL | 57.89º | 0.6% | 0.46% | - |
| HSV(B) | 57.89º | 0.75% | 0.74% | - |
| XYZ | 38.64 | 45.31 | 9.4 | - |
| YUV | 169.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 47 | 0 | 0.03 | 0.75 | 0.26 | 57.89 | 0.6 | 0.46 |
| Hex | BD | B8 | 2F | 0 | 3 | 4B | 1A | 3A | 3C | 2E |
| Octal | 275 | 270 | 57 | 0 | 3 | 113 | 32 | 72 | 74 | 56 |
| Binary | 10111101 | 10111000 | 101111 | 0 | 11 | 1001011 | 11010 | 111010 | 111100 | 101110 |
Color Harmonies of #BDB82F
Complementary color
Monochromatic Colors of #BDB82F
Black with #BDB82F
Text Example
Text Example
White with #BDB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB82F; }
p { color: rgb(189,184,47); }
H1.HeaderClassName
{
color: #BDB82F;
}
.AnyTagClassName
{
color: #BDB82F;
}
</style>
background-color css
<style>
a { background-color: #BDB82F; }
a { background-color: rgb(189,184,47); }
div.DivClassName
{
background-color: #BDB82F;
}
.BgClassName
{
background-color: #BDB82F;
}
</style>
border-color css
<style>
span { border-color: #BDB82F; }
span { border-color: rgb(189,184,47); }
td.TdClassName
{
border-color: #BDB82F;
}
.TagClassName
{
border-color: #BDB82F;
}
</style>