Shades of Earls Green #BDA831
Tints of Earls Green #BDA831
RGB
CMYK
RGB Variations
Color information
#BDA831 (or 0xBDA831) is known color: Earls Green. HEX triplet: BD, A8 and 31. RGB value is (189,168,49). Sum of RGB (Red+Green+Blue) = 189+168+49=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA831 is #4257CE. Grayscale: #A1A1A1. Windows color (decimal): -4347855 or 3254461. OLE color: 3254461.
HSL color Cylindrical-coordinate representation of color #BDA831: hue angle of 51º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDA831 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 49 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.26 |
| HSL | 51º | 0.59% | 0.47% | - |
| HSV(B) | 51º | 0.74% | 0.74% | - |
| XYZ | 35.54 | 39.05 | 8.57 | - |
| YUV | 160.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 49 | 0 | 0.11 | 0.74 | 0.26 | 51 | 0.59 | 0.47 |
| Hex | BD | A8 | 31 | 0 | B | 4A | 1A | 33 | 3B | 2F |
| Octal | 275 | 250 | 61 | 0 | 13 | 112 | 32 | 63 | 73 | 57 |
| Binary | 10111101 | 10101000 | 110001 | 0 | 1011 | 1001010 | 11010 | 110011 | 111011 | 101111 |
Color Harmonies of #BDA831
Complementary color
Monochromatic Colors of #BDA831
Black with #BDA831
Text Example
Text Example
White with #BDA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA831; }
p { color: rgb(189,168,49); }
H1.HeaderClassName
{
color: #BDA831;
}
.AnyTagClassName
{
color: #BDA831;
}
</style>
background-color css
<style>
a { background-color: #BDA831; }
a { background-color: rgb(189,168,49); }
div.DivClassName
{
background-color: #BDA831;
}
.BgClassName
{
background-color: #BDA831;
}
</style>
border-color css
<style>
span { border-color: #BDA831; }
span { border-color: rgb(189,168,49); }
td.TdClassName
{
border-color: #BDA831;
}
.TagClassName
{
border-color: #BDA831;
}
</style>