Shades of Earls Green #BDA41F
Tints of Earls Green #BDA41F
RGB
CMYK
RGB Variations
Color information
#BDA41F (or 0xBDA41F) is known color: Earls Green. HEX triplet: BD, A4 and 1F. RGB value is (189,164,31). Sum of RGB (Red+Green+Blue) = 189+164+31=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA41F is #425BE0. Grayscale: #9C9C9C. Windows color (decimal): -4348897 or 2073789. OLE color: 2073789.
HSL color Cylindrical-coordinate representation of color #BDA41F: hue angle of 50.51º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDA41F is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 31 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.26 |
| HSL | 50.51º | 0.72% | 0.43% | - |
| HSV(B) | 50.51º | 0.84% | 0.74% | - |
| XYZ | 34.51 | 37.47 | 6.71 | - |
| YUV | 156.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 31 | 0 | 0.13 | 0.84 | 0.26 | 50.51 | 0.72 | 0.43 |
| Hex | BD | A4 | 1F | 0 | D | 54 | 1A | 33 | 48 | 2B |
| Octal | 275 | 244 | 37 | 0 | 15 | 124 | 32 | 63 | 110 | 53 |
| Binary | 10111101 | 10100100 | 11111 | 0 | 1101 | 1010100 | 11010 | 110011 | 1001000 | 101011 |
Color Harmonies of #BDA41F
Complementary color
Monochromatic Colors of #BDA41F
Black with #BDA41F
Text Example
Text Example
White with #BDA41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA41F; }
p { color: rgb(189,164,31); }
H1.HeaderClassName
{
color: #BDA41F;
}
.AnyTagClassName
{
color: #BDA41F;
}
</style>
background-color css
<style>
a { background-color: #BDA41F; }
a { background-color: rgb(189,164,31); }
div.DivClassName
{
background-color: #BDA41F;
}
.BgClassName
{
background-color: #BDA41F;
}
</style>
border-color css
<style>
span { border-color: #BDA41F; }
span { border-color: rgb(189,164,31); }
td.TdClassName
{
border-color: #BDA41F;
}
.TagClassName
{
border-color: #BDA41F;
}
</style>