Shades of Earls Green #BDA528
Tints of Earls Green #BDA528
RGB
CMYK
RGB Variations
Color information
#BDA528 (or 0xBDA528) is known color: Earls Green. HEX triplet: BD, A5 and 28. RGB value is (189,165,40). Sum of RGB (Red+Green+Blue) = 189+165+40=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA528 is #425AD7. Grayscale: #9E9E9E. Windows color (decimal): -4348632 or 2663869. OLE color: 2663869.
HSL color Cylindrical-coordinate representation of color #BDA528: hue angle of 50.34º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDA528 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 40 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.26 |
| HSL | 50.34º | 0.65% | 0.45% | - |
| HSV(B) | 50.34º | 0.79% | 0.74% | - |
| XYZ | 34.82 | 37.88 | 7.48 | - |
| YUV | 157.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 40 | 0 | 0.13 | 0.79 | 0.26 | 50.34 | 0.65 | 0.45 |
| Hex | BD | A5 | 28 | 0 | D | 4F | 1A | 32 | 41 | 2D |
| Octal | 275 | 245 | 50 | 0 | 15 | 117 | 32 | 62 | 101 | 55 |
| Binary | 10111101 | 10100101 | 101000 | 0 | 1101 | 1001111 | 11010 | 110010 | 1000001 | 101101 |
Color Harmonies of #BDA528
Complementary color
Monochromatic Colors of #BDA528
Black with #BDA528
Text Example
Text Example
White with #BDA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA528; }
p { color: rgb(189,165,40); }
H1.HeaderClassName
{
color: #BDA528;
}
.AnyTagClassName
{
color: #BDA528;
}
</style>
background-color css
<style>
a { background-color: #BDA528; }
a { background-color: rgb(189,165,40); }
div.DivClassName
{
background-color: #BDA528;
}
.BgClassName
{
background-color: #BDA528;
}
</style>
border-color css
<style>
span { border-color: #BDA528; }
span { border-color: rgb(189,165,40); }
td.TdClassName
{
border-color: #BDA528;
}
.TagClassName
{
border-color: #BDA528;
}
</style>