Shades of Earls Green #BDA42F
Tints of Earls Green #BDA42F
RGB
CMYK
RGB Variations
Color information
#BDA42F (or 0xBDA42F) is known color: Earls Green. HEX triplet: BD, A4 and 2F. RGB value is (189,164,47). Sum of RGB (Red+Green+Blue) = 189+164+47=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA42F is #425BD0. Grayscale: #9E9E9E. Windows color (decimal): -4348881 or 3122365. OLE color: 3122365.
HSL color Cylindrical-coordinate representation of color #BDA42F: hue angle of 49.44º 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 #BDA42F is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 47 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.26 |
| HSL | 49.44º | 0.6% | 0.46% | - |
| HSV(B) | 49.44º | 0.75% | 0.74% | - |
| XYZ | 34.77 | 37.57 | 8.11 | - |
| YUV | 158.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 47 | 0 | 0.13 | 0.75 | 0.26 | 49.44 | 0.6 | 0.46 |
| Hex | BD | A4 | 2F | 0 | D | 4B | 1A | 31 | 3C | 2E |
| Octal | 275 | 244 | 57 | 0 | 15 | 113 | 32 | 61 | 74 | 56 |
| Binary | 10111101 | 10100100 | 101111 | 0 | 1101 | 1001011 | 11010 | 110001 | 111100 | 101110 |
Color Harmonies of #BDA42F
Complementary color
Monochromatic Colors of #BDA42F
Black with #BDA42F
Text Example
Text Example
White with #BDA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA42F; }
p { color: rgb(189,164,47); }
H1.HeaderClassName
{
color: #BDA42F;
}
.AnyTagClassName
{
color: #BDA42F;
}
</style>
background-color css
<style>
a { background-color: #BDA42F; }
a { background-color: rgb(189,164,47); }
div.DivClassName
{
background-color: #BDA42F;
}
.BgClassName
{
background-color: #BDA42F;
}
</style>
border-color css
<style>
span { border-color: #BDA42F; }
span { border-color: rgb(189,164,47); }
td.TdClassName
{
border-color: #BDA42F;
}
.TagClassName
{
border-color: #BDA42F;
}
</style>