Shades of Earls Green #BDA62D
Tints of Earls Green #BDA62D
RGB
CMYK
RGB Variations
Color information
#BDA62D (or 0xBDA62D) is known color: Earls Green. HEX triplet: BD, A6 and 2D. RGB value is (189,166,45). Sum of RGB (Red+Green+Blue) = 189+166+45=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA62D is #4259D2. Grayscale: #9F9F9F. Windows color (decimal): -4348371 or 2991805. OLE color: 2991805.
HSL color Cylindrical-coordinate representation of color #BDA62D: hue angle of 50.42º 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 #BDA62D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 45 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.26 |
| HSL | 50.42º | 0.62% | 0.46% | - |
| HSV(B) | 50.42º | 0.76% | 0.74% | - |
| XYZ | 35.1 | 38.28 | 8.02 | - |
| YUV | 159.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 45 | 0 | 0.12 | 0.76 | 0.26 | 50.42 | 0.62 | 0.46 |
| Hex | BD | A6 | 2D | 0 | C | 4C | 1A | 32 | 3E | 2E |
| Octal | 275 | 246 | 55 | 0 | 14 | 114 | 32 | 62 | 76 | 56 |
| Binary | 10111101 | 10100110 | 101101 | 0 | 1100 | 1001100 | 11010 | 110010 | 111110 | 101110 |
Color Harmonies of #BDA62D
Complementary color
Monochromatic Colors of #BDA62D
Black with #BDA62D
Text Example
Text Example
White with #BDA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA62D; }
p { color: rgb(189,166,45); }
H1.HeaderClassName
{
color: #BDA62D;
}
.AnyTagClassName
{
color: #BDA62D;
}
</style>
background-color css
<style>
a { background-color: #BDA62D; }
a { background-color: rgb(189,166,45); }
div.DivClassName
{
background-color: #BDA62D;
}
.BgClassName
{
background-color: #BDA62D;
}
</style>
border-color css
<style>
span { border-color: #BDA62D; }
span { border-color: rgb(189,166,45); }
td.TdClassName
{
border-color: #BDA62D;
}
.TagClassName
{
border-color: #BDA62D;
}
</style>