Shades of Earls Green #BDA72F
Tints of Earls Green #BDA72F
RGB
CMYK
RGB Variations
Color information
#BDA72F (or 0xBDA72F) is known color: Earls Green. HEX triplet: BD, A7 and 2F. RGB value is (189,167,47). Sum of RGB (Red+Green+Blue) = 189+167+47=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA72F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA72F is #4258D0. Grayscale: #A0A0A0. Windows color (decimal): -4348113 or 3123133. OLE color: 3123133.
HSL color Cylindrical-coordinate representation of color #BDA72F: hue angle of 50.7º 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 #BDA72F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 47 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.26 |
| HSL | 50.7º | 0.6% | 0.46% | - |
| HSV(B) | 50.7º | 0.75% | 0.74% | - |
| XYZ | 35.32 | 38.66 | 8.29 | - |
| YUV | 159.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 47 | 0 | 0.12 | 0.75 | 0.26 | 50.7 | 0.6 | 0.46 |
| Hex | BD | A7 | 2F | 0 | C | 4B | 1A | 33 | 3C | 2E |
| Octal | 275 | 247 | 57 | 0 | 14 | 113 | 32 | 63 | 74 | 56 |
| Binary | 10111101 | 10100111 | 101111 | 0 | 1100 | 1001011 | 11010 | 110011 | 111100 | 101110 |
Color Harmonies of #BDA72F
Complementary color
Monochromatic Colors of #BDA72F
Black with #BDA72F
Text Example
Text Example
White with #BDA72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA72F; }
p { color: rgb(189,167,47); }
H1.HeaderClassName
{
color: #BDA72F;
}
.AnyTagClassName
{
color: #BDA72F;
}
</style>
background-color css
<style>
a { background-color: #BDA72F; }
a { background-color: rgb(189,167,47); }
div.DivClassName
{
background-color: #BDA72F;
}
.BgClassName
{
background-color: #BDA72F;
}
</style>
border-color css
<style>
span { border-color: #BDA72F; }
span { border-color: rgb(189,167,47); }
td.TdClassName
{
border-color: #BDA72F;
}
.TagClassName
{
border-color: #BDA72F;
}
</style>