Shades of Earls Green #BDA92F
Tints of Earls Green #BDA92F
RGB
CMYK
RGB Variations
Color information
#BDA92F (or 0xBDA92F) is known color: Earls Green. HEX triplet: BD, A9 and 2F. RGB value is (189,169,47). Sum of RGB (Red+Green+Blue) = 189+169+47=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA92F is #4256D0. Grayscale: #A1A1A1. Windows color (decimal): -4347601 or 3123645. OLE color: 3123645.
HSL color Cylindrical-coordinate representation of color #BDA92F: hue angle of 51.55º 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 #BDA92F is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 47 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.26 |
| HSL | 51.55º | 0.6% | 0.46% | - |
| HSV(B) | 51.55º | 0.75% | 0.74% | - |
| XYZ | 35.69 | 39.4 | 8.41 | - |
| YUV | 161.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 47 | 0 | 0.11 | 0.75 | 0.26 | 51.55 | 0.6 | 0.46 |
| Hex | BD | A9 | 2F | 0 | B | 4B | 1A | 34 | 3C | 2E |
| Octal | 275 | 251 | 57 | 0 | 13 | 113 | 32 | 64 | 74 | 56 |
| Binary | 10111101 | 10101001 | 101111 | 0 | 1011 | 1001011 | 11010 | 110100 | 111100 | 101110 |
Color Harmonies of #BDA92F
Complementary color
Monochromatic Colors of #BDA92F
Black with #BDA92F
Text Example
Text Example
White with #BDA92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA92F; }
p { color: rgb(189,169,47); }
H1.HeaderClassName
{
color: #BDA92F;
}
.AnyTagClassName
{
color: #BDA92F;
}
</style>
background-color css
<style>
a { background-color: #BDA92F; }
a { background-color: rgb(189,169,47); }
div.DivClassName
{
background-color: #BDA92F;
}
.BgClassName
{
background-color: #BDA92F;
}
</style>
border-color css
<style>
span { border-color: #BDA92F; }
span { border-color: rgb(189,169,47); }
td.TdClassName
{
border-color: #BDA92F;
}
.TagClassName
{
border-color: #BDA92F;
}
</style>