Shades of Earls Green #BAA322
Tints of Earls Green #BAA322
RGB
CMYK
RGB Variations
Color information
#BAA322 (or 0xBAA322) is known color: Earls Green. HEX triplet: BA, A3 and 22. RGB value is (186,163,34). Sum of RGB (Red+Green+Blue) = 186+163+34=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA322 is #455CDD. Grayscale: #9B9B9B. Windows color (decimal): -4545758 or 2270138. OLE color: 2270138.
HSL color Cylindrical-coordinate representation of color #BAA322: hue angle of 50.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAA322 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 34 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.27 |
| HSL | 50.92º | 0.69% | 0.43% | - |
| HSV(B) | 50.92º | 0.82% | 0.73% | - |
| XYZ | 33.64 | 36.75 | 6.83 | - |
| YUV | 155.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 34 | 0 | 0.12 | 0.82 | 0.27 | 50.92 | 0.69 | 0.43 |
| Hex | BA | A3 | 22 | 0 | C | 52 | 1B | 33 | 45 | 2B |
| Octal | 272 | 243 | 42 | 0 | 14 | 122 | 33 | 63 | 105 | 53 |
| Binary | 10111010 | 10100011 | 100010 | 0 | 1100 | 1010010 | 11011 | 110011 | 1000101 | 101011 |
Color Harmonies of #BAA322
Complementary color
Monochromatic Colors of #BAA322
Black with #BAA322
Text Example
Text Example
White with #BAA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA322; }
p { color: rgb(186,163,34); }
H1.HeaderClassName
{
color: #BAA322;
}
.AnyTagClassName
{
color: #BAA322;
}
</style>
background-color css
<style>
a { background-color: #BAA322; }
a { background-color: rgb(186,163,34); }
div.DivClassName
{
background-color: #BAA322;
}
.BgClassName
{
background-color: #BAA322;
}
</style>
border-color css
<style>
span { border-color: #BAA322; }
span { border-color: rgb(186,163,34); }
td.TdClassName
{
border-color: #BAA322;
}
.TagClassName
{
border-color: #BAA322;
}
</style>