Shades of Earls Green #BAA328
Tints of Earls Green #BAA328
RGB
CMYK
RGB Variations
Color information
#BAA328 (or 0xBAA328) is known color: Earls Green. HEX triplet: BA, A3 and 28. RGB value is (186,163,40). Sum of RGB (Red+Green+Blue) = 186+163+40=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA328 is #455CD7. Grayscale: #9C9C9C. Windows color (decimal): -4545752 or 2663354. OLE color: 2663354.
HSL color Cylindrical-coordinate representation of color #BAA328: hue angle of 50.55º 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 #BAA328 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 40 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.27 |
| HSL | 50.55º | 0.65% | 0.44% | - |
| HSV(B) | 50.55º | 0.78% | 0.73% | - |
| XYZ | 33.73 | 36.79 | 7.33 | - |
| YUV | 155.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 40 | 0 | 0.12 | 0.78 | 0.27 | 50.55 | 0.65 | 0.44 |
| Hex | BA | A3 | 28 | 0 | C | 4E | 1B | 33 | 41 | 2C |
| Octal | 272 | 243 | 50 | 0 | 14 | 116 | 33 | 63 | 101 | 54 |
| Binary | 10111010 | 10100011 | 101000 | 0 | 1100 | 1001110 | 11011 | 110011 | 1000001 | 101100 |
Color Harmonies of #BAA328
Complementary color
Monochromatic Colors of #BAA328
Black with #BAA328
Text Example
Text Example
White with #BAA328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA328; }
p { color: rgb(186,163,40); }
H1.HeaderClassName
{
color: #BAA328;
}
.AnyTagClassName
{
color: #BAA328;
}
</style>
background-color css
<style>
a { background-color: #BAA328; }
a { background-color: rgb(186,163,40); }
div.DivClassName
{
background-color: #BAA328;
}
.BgClassName
{
background-color: #BAA328;
}
</style>
border-color css
<style>
span { border-color: #BAA328; }
span { border-color: rgb(186,163,40); }
td.TdClassName
{
border-color: #BAA328;
}
.TagClassName
{
border-color: #BAA328;
}
</style>