Shades of Earls Green #BDA42C
Tints of Earls Green #BDA42C
RGB
CMYK
RGB Variations
Color information
#BDA42C (or 0xBDA42C) is known color: Earls Green. HEX triplet: BD, A4 and 2C. RGB value is (189,164,44). Sum of RGB (Red+Green+Blue) = 189+164+44=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA42C is #425BD3. Grayscale: #9E9E9E. Windows color (decimal): -4348884 or 2925757. OLE color: 2925757.
HSL color Cylindrical-coordinate representation of color #BDA42C: hue angle of 49.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDA42C is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 44 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.26 |
| HSL | 49.66º | 0.62% | 0.46% | - |
| HSV(B) | 49.66º | 0.77% | 0.74% | - |
| XYZ | 34.72 | 37.55 | 7.8 | - |
| YUV | 157.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 44 | 0 | 0.13 | 0.77 | 0.26 | 49.66 | 0.62 | 0.46 |
| Hex | BD | A4 | 2C | 0 | D | 4D | 1A | 32 | 3E | 2E |
| Octal | 275 | 244 | 54 | 0 | 15 | 115 | 32 | 62 | 76 | 56 |
| Binary | 10111101 | 10100100 | 101100 | 0 | 1101 | 1001101 | 11010 | 110010 | 111110 | 101110 |
Color Harmonies of #BDA42C
Complementary color
Monochromatic Colors of #BDA42C
Black with #BDA42C
Text Example
Text Example
White with #BDA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA42C; }
p { color: rgb(189,164,44); }
H1.HeaderClassName
{
color: #BDA42C;
}
.AnyTagClassName
{
color: #BDA42C;
}
</style>
background-color css
<style>
a { background-color: #BDA42C; }
a { background-color: rgb(189,164,44); }
div.DivClassName
{
background-color: #BDA42C;
}
.BgClassName
{
background-color: #BDA42C;
}
</style>
border-color css
<style>
span { border-color: #BDA42C; }
span { border-color: rgb(189,164,44); }
td.TdClassName
{
border-color: #BDA42C;
}
.TagClassName
{
border-color: #BDA42C;
}
</style>