Shades of Earls Green #BDB71D
Tints of Earls Green #BDB71D
RGB
CMYK
RGB Variations
Color information
#BDB71D (or 0xBDB71D) is known color: Earls Green. HEX triplet: BD, B7 and 1D. RGB value is (189,183,29). Sum of RGB (Red+Green+Blue) = 189+183+29=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB71D is #4248E2. Grayscale: #A7A7A7. Windows color (decimal): -4344035 or 1947581. OLE color: 1947581.
HSL color Cylindrical-coordinate representation of color #BDB71D: hue angle of 57.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDB71D is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 29 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.26 |
| HSL | 57.75º | 0.73% | 0.43% | - |
| HSV(B) | 57.75º | 0.85% | 0.74% | - |
| XYZ | 38.14 | 44.77 | 7.79 | - |
| YUV | 167.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 29 | 0 | 0.03 | 0.85 | 0.26 | 57.75 | 0.73 | 0.43 |
| Hex | BD | B7 | 1D | 0 | 3 | 55 | 1A | 3A | 49 | 2B |
| Octal | 275 | 267 | 35 | 0 | 3 | 125 | 32 | 72 | 111 | 53 |
| Binary | 10111101 | 10110111 | 11101 | 0 | 11 | 1010101 | 11010 | 111010 | 1001001 | 101011 |
Color Harmonies of #BDB71D
Complementary color
Monochromatic Colors of #BDB71D
Black with #BDB71D
Text Example
Text Example
White with #BDB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB71D; }
p { color: rgb(189,183,29); }
H1.HeaderClassName
{
color: #BDB71D;
}
.AnyTagClassName
{
color: #BDB71D;
}
</style>
background-color css
<style>
a { background-color: #BDB71D; }
a { background-color: rgb(189,183,29); }
div.DivClassName
{
background-color: #BDB71D;
}
.BgClassName
{
background-color: #BDB71D;
}
</style>
border-color css
<style>
span { border-color: #BDB71D; }
span { border-color: rgb(189,183,29); }
td.TdClassName
{
border-color: #BDB71D;
}
.TagClassName
{
border-color: #BDB71D;
}
</style>