Shades of Inch Worm #BAE222
Tints of Inch Worm #BAE222
RGB
CMYK
RGB Variations
Color information
#BAE222 (or 0xBAE222) is known color: Inch Worm. HEX triplet: BA, E2 and 22. RGB value is (186,226,34). Sum of RGB (Red+Green+Blue) = 186+226+34=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE222 is #451DDD. Grayscale: #C0C0C0. Windows color (decimal): -4529630 or 2286266. OLE color: 2286266.
HSL color Cylindrical-coordinate representation of color #BAE222: hue angle of 72.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAE222 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 34 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.11 |
| HSL | 72.5º | 0.77% | 0.51% | - |
| HSV(B) | 72.5º | 0.85% | 0.89% | - |
| XYZ | 47.73 | 64.95 | 11.53 | - |
| YUV | 192.15 | 38.75 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 34 | 0.18 | 0 | 0.85 | 0.11 | 72.5 | 0.77 | 0.51 |
| Hex | BA | E2 | 22 | 12 | 0 | 55 | B | 48 | 4D | 33 |
| Octal | 272 | 342 | 42 | 22 | 0 | 125 | 13 | 110 | 115 | 63 |
| Binary | 10111010 | 11100010 | 100010 | 10010 | 0 | 1010101 | 1011 | 1001000 | 1001101 | 110011 |
Color Harmonies of #BAE222
Complementary color
Monochromatic Colors of #BAE222
Black with #BAE222
Text Example
Text Example
White with #BAE222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE222; }
p { color: rgb(186,226,34); }
H1.HeaderClassName
{
color: #BAE222;
}
.AnyTagClassName
{
color: #BAE222;
}
</style>
background-color css
<style>
a { background-color: #BAE222; }
a { background-color: rgb(186,226,34); }
div.DivClassName
{
background-color: #BAE222;
}
.BgClassName
{
background-color: #BAE222;
}
</style>
border-color css
<style>
span { border-color: #BAE222; }
span { border-color: rgb(186,226,34); }
td.TdClassName
{
border-color: #BAE222;
}
.TagClassName
{
border-color: #BAE222;
}
</style>