Shades of Earls Green #BDA726
Tints of Earls Green #BDA726
RGB
CMYK
RGB Variations
Color information
#BDA726 (or 0xBDA726) is known color: Earls Green. HEX triplet: BD, A7 and 26. RGB value is (189,167,38). Sum of RGB (Red+Green+Blue) = 189+167+38=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA726 is #4258D9. Grayscale: #9F9F9F. Windows color (decimal): -4348122 or 2533309. OLE color: 2533309.
HSL color Cylindrical-coordinate representation of color #BDA726: hue angle of 51.26º 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 #BDA726 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 38 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.26 |
| HSL | 51.26º | 0.67% | 0.45% | - |
| HSV(B) | 51.26º | 0.8% | 0.74% | - |
| XYZ | 35.15 | 38.6 | 7.43 | - |
| YUV | 158.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 38 | 0 | 0.12 | 0.80 | 0.26 | 51.26 | 0.67 | 0.45 |
| Hex | BD | A7 | 26 | 0 | C | 50 | 1A | 33 | 43 | 2D |
| Octal | 275 | 247 | 46 | 0 | 14 | 120 | 32 | 63 | 103 | 55 |
| Binary | 10111101 | 10100111 | 100110 | 0 | 1100 | 1010000 | 11010 | 110011 | 1000011 | 101101 |
Color Harmonies of #BDA726
Complementary color
Monochromatic Colors of #BDA726
Black with #BDA726
Text Example
Text Example
White with #BDA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA726; }
p { color: rgb(189,167,38); }
H1.HeaderClassName
{
color: #BDA726;
}
.AnyTagClassName
{
color: #BDA726;
}
</style>
background-color css
<style>
a { background-color: #BDA726; }
a { background-color: rgb(189,167,38); }
div.DivClassName
{
background-color: #BDA726;
}
.BgClassName
{
background-color: #BDA726;
}
</style>
border-color css
<style>
span { border-color: #BDA726; }
span { border-color: rgb(189,167,38); }
td.TdClassName
{
border-color: #BDA726;
}
.TagClassName
{
border-color: #BDA726;
}
</style>