Shades of Earls Green #BDB62F
Tints of Earls Green #BDB62F
RGB
CMYK
RGB Variations
Color information
#BDB62F (or 0xBDB62F) is known color: Earls Green. HEX triplet: BD, B6 and 2F. RGB value is (189,182,47). Sum of RGB (Red+Green+Blue) = 189+182+47=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB62F is #4249D0. Grayscale: #A9A9A9. Windows color (decimal): -4344273 or 3126973. OLE color: 3126973.
HSL color Cylindrical-coordinate representation of color #BDB62F: hue angle of 57.04º 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 #BDB62F is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 47 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.26 |
| HSL | 57.04º | 0.6% | 0.46% | - |
| HSV(B) | 57.04º | 0.75% | 0.74% | - |
| XYZ | 38.23 | 44.48 | 9.26 | - |
| YUV | 168.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 47 | 0 | 0.04 | 0.75 | 0.26 | 57.04 | 0.6 | 0.46 |
| Hex | BD | B6 | 2F | 0 | 4 | 4B | 1A | 39 | 3C | 2E |
| Octal | 275 | 266 | 57 | 0 | 4 | 113 | 32 | 71 | 74 | 56 |
| Binary | 10111101 | 10110110 | 101111 | 0 | 100 | 1001011 | 11010 | 111001 | 111100 | 101110 |
Color Harmonies of #BDB62F
Complementary color
Monochromatic Colors of #BDB62F
Black with #BDB62F
Text Example
Text Example
White with #BDB62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB62F; }
p { color: rgb(189,182,47); }
H1.HeaderClassName
{
color: #BDB62F;
}
.AnyTagClassName
{
color: #BDB62F;
}
</style>
background-color css
<style>
a { background-color: #BDB62F; }
a { background-color: rgb(189,182,47); }
div.DivClassName
{
background-color: #BDB62F;
}
.BgClassName
{
background-color: #BDB62F;
}
</style>
border-color css
<style>
span { border-color: #BDB62F; }
span { border-color: rgb(189,182,47); }
td.TdClassName
{
border-color: #BDB62F;
}
.TagClassName
{
border-color: #BDB62F;
}
</style>