Shades of Earls Green #BDA625
Tints of Earls Green #BDA625
RGB
CMYK
RGB Variations
Color information
#BDA625 (or 0xBDA625) is known color: Earls Green. HEX triplet: BD, A6 and 25. RGB value is (189,166,37). Sum of RGB (Red+Green+Blue) = 189+166+37=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA625 is #4259DA. Grayscale: #9E9E9E. Windows color (decimal): -4348379 or 2467517. OLE color: 2467517.
HSL color Cylindrical-coordinate representation of color #BDA625: hue angle of 50.92º 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 #BDA625 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 37 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.26 |
| HSL | 50.92º | 0.67% | 0.44% | - |
| HSV(B) | 50.92º | 0.8% | 0.74% | - |
| XYZ | 34.96 | 38.22 | 7.29 | - |
| YUV | 158.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 37 | 0 | 0.12 | 0.80 | 0.26 | 50.92 | 0.67 | 0.44 |
| Hex | BD | A6 | 25 | 0 | C | 50 | 1A | 33 | 43 | 2C |
| Octal | 275 | 246 | 45 | 0 | 14 | 120 | 32 | 63 | 103 | 54 |
| Binary | 10111101 | 10100110 | 100101 | 0 | 1100 | 1010000 | 11010 | 110011 | 1000011 | 101100 |
Color Harmonies of #BDA625
Complementary color
Monochromatic Colors of #BDA625
Black with #BDA625
Text Example
Text Example
White with #BDA625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA625; }
p { color: rgb(189,166,37); }
H1.HeaderClassName
{
color: #BDA625;
}
.AnyTagClassName
{
color: #BDA625;
}
</style>
background-color css
<style>
a { background-color: #BDA625; }
a { background-color: rgb(189,166,37); }
div.DivClassName
{
background-color: #BDA625;
}
.BgClassName
{
background-color: #BDA625;
}
</style>
border-color css
<style>
span { border-color: #BDA625; }
span { border-color: rgb(189,166,37); }
td.TdClassName
{
border-color: #BDA625;
}
.TagClassName
{
border-color: #BDA625;
}
</style>