Shades of Inch Worm #BAE120
Tints of Inch Worm #BAE120
RGB
CMYK
RGB Variations
Color information
#BAE120 (or 0xBAE120) is known color: Inch Worm. HEX triplet: BA, E1 and 20. RGB value is (186,225,32). Sum of RGB (Red+Green+Blue) = 186+225+32=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE120 is #451EDF. Grayscale: #C0C0C0. Windows color (decimal): -4529888 or 2154938. OLE color: 2154938.
HSL color Cylindrical-coordinate representation of color #BAE120: hue angle of 72.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE120 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 32 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.12 |
| HSL | 72.12º | 0.76% | 0.5% | - |
| HSV(B) | 72.12º | 0.86% | 0.88% | - |
| XYZ | 47.44 | 64.39 | 11.3 | - |
| YUV | 191.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 32 | 0.17 | 0 | 0.86 | 0.12 | 72.12 | 0.76 | 0.5 |
| Hex | BA | E1 | 20 | 11 | 0 | 56 | C | 48 | 4C | 32 |
| Octal | 272 | 341 | 40 | 21 | 0 | 126 | 14 | 110 | 114 | 62 |
| Binary | 10111010 | 11100001 | 100000 | 10001 | 0 | 1010110 | 1100 | 1001000 | 1001100 | 110010 |
Color Harmonies of #BAE120
Complementary color
Monochromatic Colors of #BAE120
Black with #BAE120
Text Example
Text Example
White with #BAE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE120; }
p { color: rgb(186,225,32); }
H1.HeaderClassName
{
color: #BAE120;
}
.AnyTagClassName
{
color: #BAE120;
}
</style>
background-color css
<style>
a { background-color: #BAE120; }
a { background-color: rgb(186,225,32); }
div.DivClassName
{
background-color: #BAE120;
}
.BgClassName
{
background-color: #BAE120;
}
</style>
border-color css
<style>
span { border-color: #BAE120; }
span { border-color: rgb(186,225,32); }
td.TdClassName
{
border-color: #BAE120;
}
.TagClassName
{
border-color: #BAE120;
}
</style>