Shades of Earls Green #BAA431
Tints of Earls Green #BAA431
RGB
CMYK
RGB Variations
Color information
#BAA431 (or 0xBAA431) is known color: Earls Green. HEX triplet: BA, A4 and 31. RGB value is (186,164,49). Sum of RGB (Red+Green+Blue) = 186+164+49=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA431 is #455BCE. Grayscale: #9D9D9D. Windows color (decimal): -4545487 or 3253434. OLE color: 3253434.
HSL color Cylindrical-coordinate representation of color #BAA431: hue angle of 50.36º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAA431 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 49 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.27 |
| HSL | 50.36º | 0.58% | 0.46% | - |
| HSV(B) | 50.36º | 0.74% | 0.73% | - |
| XYZ | 34.08 | 37.21 | 8.29 | - |
| YUV | 157.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 49 | 0 | 0.12 | 0.74 | 0.27 | 50.36 | 0.58 | 0.46 |
| Hex | BA | A4 | 31 | 0 | C | 4A | 1B | 32 | 3A | 2E |
| Octal | 272 | 244 | 61 | 0 | 14 | 112 | 33 | 62 | 72 | 56 |
| Binary | 10111010 | 10100100 | 110001 | 0 | 1100 | 1001010 | 11011 | 110010 | 111010 | 101110 |
Color Harmonies of #BAA431
Complementary color
Monochromatic Colors of #BAA431
Black with #BAA431
Text Example
Text Example
White with #BAA431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA431; }
p { color: rgb(186,164,49); }
H1.HeaderClassName
{
color: #BAA431;
}
.AnyTagClassName
{
color: #BAA431;
}
</style>
background-color css
<style>
a { background-color: #BAA431; }
a { background-color: rgb(186,164,49); }
div.DivClassName
{
background-color: #BAA431;
}
.BgClassName
{
background-color: #BAA431;
}
</style>
border-color css
<style>
span { border-color: #BAA431; }
span { border-color: rgb(186,164,49); }
td.TdClassName
{
border-color: #BAA431;
}
.TagClassName
{
border-color: #BAA431;
}
</style>