Shades of Earls Green #BDA52C
Tints of Earls Green #BDA52C
RGB
CMYK
RGB Variations
Color information
#BDA52C (or 0xBDA52C) is known color: Earls Green. HEX triplet: BD, A5 and 2C. RGB value is (189,165,44). Sum of RGB (Red+Green+Blue) = 189+165+44=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA52C is #425AD3. Grayscale: #9E9E9E. Windows color (decimal): -4348628 or 2926013. OLE color: 2926013.
HSL color Cylindrical-coordinate representation of color #BDA52C: hue angle of 50.07º 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 #BDA52C is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 44 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.26 |
| HSL | 50.07º | 0.62% | 0.46% | - |
| HSV(B) | 50.07º | 0.77% | 0.74% | - |
| XYZ | 34.9 | 37.91 | 7.86 | - |
| YUV | 158.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 44 | 0 | 0.13 | 0.77 | 0.26 | 50.07 | 0.62 | 0.46 |
| Hex | BD | A5 | 2C | 0 | D | 4D | 1A | 32 | 3E | 2E |
| Octal | 275 | 245 | 54 | 0 | 15 | 115 | 32 | 62 | 76 | 56 |
| Binary | 10111101 | 10100101 | 101100 | 0 | 1101 | 1001101 | 11010 | 110010 | 111110 | 101110 |
Color Harmonies of #BDA52C
Complementary color
Monochromatic Colors of #BDA52C
Black with #BDA52C
Text Example
Text Example
White with #BDA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA52C; }
p { color: rgb(189,165,44); }
H1.HeaderClassName
{
color: #BDA52C;
}
.AnyTagClassName
{
color: #BDA52C;
}
</style>
background-color css
<style>
a { background-color: #BDA52C; }
a { background-color: rgb(189,165,44); }
div.DivClassName
{
background-color: #BDA52C;
}
.BgClassName
{
background-color: #BDA52C;
}
</style>
border-color css
<style>
span { border-color: #BDA52C; }
span { border-color: rgb(189,165,44); }
td.TdClassName
{
border-color: #BDA52C;
}
.TagClassName
{
border-color: #BDA52C;
}
</style>