Shades of Earls Green #BDA525
Tints of Earls Green #BDA525
RGB
CMYK
RGB Variations
Color information
#BDA525 (or 0xBDA525) is known color: Earls Green. HEX triplet: BD, A5 and 25. RGB value is (189,165,37). Sum of RGB (Red+Green+Blue) = 189+165+37=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA525 is #425ADA. Grayscale: #9E9E9E. Windows color (decimal): -4348635 or 2467261. OLE color: 2467261.
HSL color Cylindrical-coordinate representation of color #BDA525: hue angle of 50.53º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDA525 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 37 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.26 |
| HSL | 50.53º | 0.67% | 0.44% | - |
| HSV(B) | 50.53º | 0.8% | 0.74% | - |
| XYZ | 34.78 | 37.86 | 7.23 | - |
| YUV | 157.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 37 | 0 | 0.13 | 0.80 | 0.26 | 50.53 | 0.67 | 0.44 |
| Hex | BD | A5 | 25 | 0 | D | 50 | 1A | 33 | 43 | 2C |
| Octal | 275 | 245 | 45 | 0 | 15 | 120 | 32 | 63 | 103 | 54 |
| Binary | 10111101 | 10100101 | 100101 | 0 | 1101 | 1010000 | 11010 | 110011 | 1000011 | 101100 |
Color Harmonies of #BDA525
Complementary color
Monochromatic Colors of #BDA525
Black with #BDA525
Text Example
Text Example
White with #BDA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA525; }
p { color: rgb(189,165,37); }
H1.HeaderClassName
{
color: #BDA525;
}
.AnyTagClassName
{
color: #BDA525;
}
</style>
background-color css
<style>
a { background-color: #BDA525; }
a { background-color: rgb(189,165,37); }
div.DivClassName
{
background-color: #BDA525;
}
.BgClassName
{
background-color: #BDA525;
}
</style>
border-color css
<style>
span { border-color: #BDA525; }
span { border-color: rgb(189,165,37); }
td.TdClassName
{
border-color: #BDA525;
}
.TagClassName
{
border-color: #BDA525;
}
</style>