Shades of Inch Worm #BAE816
Tints of Inch Worm #BAE816
RGB
CMYK
RGB Variations
Color information
#BAE816 (or 0xBAE816) is known color: Inch Worm. HEX triplet: BA, E8 and 16. RGB value is (186,232,22). Sum of RGB (Red+Green+Blue) = 186+232+22=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE816 is #4517E9. Grayscale: #C3C3C3. Windows color (decimal): -4528106 or 1501370. OLE color: 1501370.
HSL color Cylindrical-coordinate representation of color #BAE816: hue angle of 73.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAE816 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.09 |
| HSL | 73.14º | 0.83% | 0.5% | - |
| HSV(B) | 73.14º | 0.91% | 0.91% | - |
| XYZ | 49.25 | 68.21 | 11.33 | - |
| YUV | 194.31 | 30.76 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 22 | 0.20 | 0 | 0.91 | 0.09 | 73.14 | 0.83 | 0.5 |
| Hex | BA | E8 | 16 | 14 | 0 | 5B | 9 | 49 | 53 | 32 |
| Octal | 272 | 350 | 26 | 24 | 0 | 133 | 11 | 111 | 123 | 62 |
| Binary | 10111010 | 11101000 | 10110 | 10100 | 0 | 1011011 | 1001 | 1001001 | 1010011 | 110010 |
Color Harmonies of #BAE816
Complementary color
Monochromatic Colors of #BAE816
Black with #BAE816
Text Example
Text Example
White with #BAE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE816; }
p { color: rgb(186,232,22); }
H1.HeaderClassName
{
color: #BAE816;
}
.AnyTagClassName
{
color: #BAE816;
}
</style>
background-color css
<style>
a { background-color: #BAE816; }
a { background-color: rgb(186,232,22); }
div.DivClassName
{
background-color: #BAE816;
}
.BgClassName
{
background-color: #BAE816;
}
</style>
border-color css
<style>
span { border-color: #BAE816; }
span { border-color: rgb(186,232,22); }
td.TdClassName
{
border-color: #BAE816;
}
.TagClassName
{
border-color: #BAE816;
}
</style>