Shades of Earls Green #BDA825
Tints of Earls Green #BDA825
RGB
CMYK
RGB Variations
Color information
#BDA825 (or 0xBDA825) is known color: Earls Green. HEX triplet: BD, A8 and 25. RGB value is (189,168,37). Sum of RGB (Red+Green+Blue) = 189+168+37=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA825 is #4257DA. Grayscale: #9F9F9F. Windows color (decimal): -4347867 or 2468029. OLE color: 2468029.
HSL color Cylindrical-coordinate representation of color #BDA825: hue angle of 51.71º 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 #BDA825 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 37 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.26 |
| HSL | 51.71º | 0.67% | 0.44% | - |
| HSV(B) | 51.71º | 0.8% | 0.74% | - |
| XYZ | 35.32 | 38.96 | 7.41 | - |
| YUV | 159.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 37 | 0 | 0.11 | 0.80 | 0.26 | 51.71 | 0.67 | 0.44 |
| Hex | BD | A8 | 25 | 0 | B | 50 | 1A | 34 | 43 | 2C |
| Octal | 275 | 250 | 45 | 0 | 13 | 120 | 32 | 64 | 103 | 54 |
| Binary | 10111101 | 10101000 | 100101 | 0 | 1011 | 1010000 | 11010 | 110100 | 1000011 | 101100 |
Color Harmonies of #BDA825
Complementary color
Monochromatic Colors of #BDA825
Black with #BDA825
Text Example
Text Example
White with #BDA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA825; }
p { color: rgb(189,168,37); }
H1.HeaderClassName
{
color: #BDA825;
}
.AnyTagClassName
{
color: #BDA825;
}
</style>
background-color css
<style>
a { background-color: #BDA825; }
a { background-color: rgb(189,168,37); }
div.DivClassName
{
background-color: #BDA825;
}
.BgClassName
{
background-color: #BDA825;
}
</style>
border-color css
<style>
span { border-color: #BDA825; }
span { border-color: rgb(189,168,37); }
td.TdClassName
{
border-color: #BDA825;
}
.TagClassName
{
border-color: #BDA825;
}
</style>