Shades of Earls Green #BAA628
Tints of Earls Green #BAA628
RGB
CMYK
RGB Variations
Color information
#BAA628 (or 0xBAA628) is known color: Earls Green. HEX triplet: BA, A6 and 28. RGB value is (186,166,40). Sum of RGB (Red+Green+Blue) = 186+166+40=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA628 is #4559D7. Grayscale: #9E9E9E. Windows color (decimal): -4544984 or 2664122. OLE color: 2664122.
HSL color Cylindrical-coordinate representation of color #BAA628: hue angle of 51.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAA628 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 40 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.27 |
| HSL | 51.78º | 0.65% | 0.44% | - |
| HSV(B) | 51.78º | 0.78% | 0.73% | - |
| XYZ | 34.27 | 37.86 | 7.51 | - |
| YUV | 157.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 40 | 0 | 0.11 | 0.78 | 0.27 | 51.78 | 0.65 | 0.44 |
| Hex | BA | A6 | 28 | 0 | B | 4E | 1B | 34 | 41 | 2C |
| Octal | 272 | 246 | 50 | 0 | 13 | 116 | 33 | 64 | 101 | 54 |
| Binary | 10111010 | 10100110 | 101000 | 0 | 1011 | 1001110 | 11011 | 110100 | 1000001 | 101100 |
Color Harmonies of #BAA628
Complementary color
Monochromatic Colors of #BAA628
Black with #BAA628
Text Example
Text Example
White with #BAA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA628; }
p { color: rgb(186,166,40); }
H1.HeaderClassName
{
color: #BAA628;
}
.AnyTagClassName
{
color: #BAA628;
}
</style>
background-color css
<style>
a { background-color: #BAA628; }
a { background-color: rgb(186,166,40); }
div.DivClassName
{
background-color: #BAA628;
}
.BgClassName
{
background-color: #BAA628;
}
</style>
border-color css
<style>
span { border-color: #BAA628; }
span { border-color: rgb(186,166,40); }
td.TdClassName
{
border-color: #BAA628;
}
.TagClassName
{
border-color: #BAA628;
}
</style>