Shades of Earls Green #BDA628
Tints of Earls Green #BDA628
RGB
CMYK
RGB Variations
Color information
#BDA628 (or 0xBDA628) is known color: Earls Green. HEX triplet: BD, A6 and 28. RGB value is (189,166,40). Sum of RGB (Red+Green+Blue) = 189+166+40=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA628 is #4259D7. Grayscale: #9F9F9F. Windows color (decimal): -4348376 or 2664125. OLE color: 2664125.
HSL color Cylindrical-coordinate representation of color #BDA628: hue angle of 50.74º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDA628 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 40 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.26 |
| HSL | 50.74º | 0.65% | 0.45% | - |
| HSV(B) | 50.74º | 0.79% | 0.74% | - |
| XYZ | 35.01 | 38.24 | 7.54 | - |
| YUV | 158.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 40 | 0 | 0.12 | 0.79 | 0.26 | 50.74 | 0.65 | 0.45 |
| Hex | BD | A6 | 28 | 0 | C | 4F | 1A | 33 | 41 | 2D |
| Octal | 275 | 246 | 50 | 0 | 14 | 117 | 32 | 63 | 101 | 55 |
| Binary | 10111101 | 10100110 | 101000 | 0 | 1100 | 1001111 | 11010 | 110011 | 1000001 | 101101 |
Color Harmonies of #BDA628
Complementary color
Monochromatic Colors of #BDA628
Black with #BDA628
Text Example
Text Example
White with #BDA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA628; }
p { color: rgb(189,166,40); }
H1.HeaderClassName
{
color: #BDA628;
}
.AnyTagClassName
{
color: #BDA628;
}
</style>
background-color css
<style>
a { background-color: #BDA628; }
a { background-color: rgb(189,166,40); }
div.DivClassName
{
background-color: #BDA628;
}
.BgClassName
{
background-color: #BDA628;
}
</style>
border-color css
<style>
span { border-color: #BDA628; }
span { border-color: rgb(189,166,40); }
td.TdClassName
{
border-color: #BDA628;
}
.TagClassName
{
border-color: #BDA628;
}
</style>