Shades of Earls Green #BAA32B
Tints of Earls Green #BAA32B
RGB
CMYK
RGB Variations
Color information
#BAA32B (or 0xBAA32B) is known color: Earls Green. HEX triplet: BA, A3 and 2B. RGB value is (186,163,43). Sum of RGB (Red+Green+Blue) = 186+163+43=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA32B is #455CD4. Grayscale: #9C9C9C. Windows color (decimal): -4545749 or 2859962. OLE color: 2859962.
HSL color Cylindrical-coordinate representation of color #BAA32B: hue angle of 50.35º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAA32B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 43 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.27 |
| HSL | 50.35º | 0.62% | 0.45% | - |
| HSV(B) | 50.35º | 0.77% | 0.73% | - |
| XYZ | 33.78 | 36.81 | 7.61 | - |
| YUV | 156.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 43 | 0 | 0.12 | 0.77 | 0.27 | 50.35 | 0.62 | 0.45 |
| Hex | BA | A3 | 2B | 0 | C | 4D | 1B | 32 | 3E | 2D |
| Octal | 272 | 243 | 53 | 0 | 14 | 115 | 33 | 62 | 76 | 55 |
| Binary | 10111010 | 10100011 | 101011 | 0 | 1100 | 1001101 | 11011 | 110010 | 111110 | 101101 |
Color Harmonies of #BAA32B
Complementary color
Monochromatic Colors of #BAA32B
Black with #BAA32B
Text Example
Text Example
White with #BAA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA32B; }
p { color: rgb(186,163,43); }
H1.HeaderClassName
{
color: #BAA32B;
}
.AnyTagClassName
{
color: #BAA32B;
}
</style>
background-color css
<style>
a { background-color: #BAA32B; }
a { background-color: rgb(186,163,43); }
div.DivClassName
{
background-color: #BAA32B;
}
.BgClassName
{
background-color: #BAA32B;
}
</style>
border-color css
<style>
span { border-color: #BAA32B; }
span { border-color: rgb(186,163,43); }
td.TdClassName
{
border-color: #BAA32B;
}
.TagClassName
{
border-color: #BAA32B;
}
</style>