Shades of Earls Green #BDA626
Tints of Earls Green #BDA626
RGB
CMYK
RGB Variations
Color information
#BDA626 (or 0xBDA626) is known color: Earls Green. HEX triplet: BD, A6 and 26. RGB value is (189,166,38). Sum of RGB (Red+Green+Blue) = 189+166+38=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA626 is #4259D9. Grayscale: #9E9E9E. Windows color (decimal): -4348378 or 2533053. OLE color: 2533053.
HSL color Cylindrical-coordinate representation of color #BDA626: hue angle of 50.86º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDA626 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 38 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.26 |
| HSL | 50.86º | 0.67% | 0.45% | - |
| HSV(B) | 50.86º | 0.8% | 0.74% | - |
| XYZ | 34.97 | 38.23 | 7.37 | - |
| YUV | 158.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 38 | 0 | 0.12 | 0.80 | 0.26 | 50.86 | 0.67 | 0.45 |
| Hex | BD | A6 | 26 | 0 | C | 50 | 1A | 33 | 43 | 2D |
| Octal | 275 | 246 | 46 | 0 | 14 | 120 | 32 | 63 | 103 | 55 |
| Binary | 10111101 | 10100110 | 100110 | 0 | 1100 | 1010000 | 11010 | 110011 | 1000011 | 101101 |
Color Harmonies of #BDA626
Complementary color
Monochromatic Colors of #BDA626
Black with #BDA626
Text Example
Text Example
White with #BDA626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA626; }
p { color: rgb(189,166,38); }
H1.HeaderClassName
{
color: #BDA626;
}
.AnyTagClassName
{
color: #BDA626;
}
</style>
background-color css
<style>
a { background-color: #BDA626; }
a { background-color: rgb(189,166,38); }
div.DivClassName
{
background-color: #BDA626;
}
.BgClassName
{
background-color: #BDA626;
}
</style>
border-color css
<style>
span { border-color: #BDA626; }
span { border-color: rgb(189,166,38); }
td.TdClassName
{
border-color: #BDA626;
}
.TagClassName
{
border-color: #BDA626;
}
</style>