Shades of Inch Worm #BAE916
Tints of Inch Worm #BAE916
RGB
CMYK
RGB Variations
Color information
#BAE916 (or 0xBAE916) is known color: Inch Worm. HEX triplet: BA, E9 and 16. RGB value is (186,233,22). Sum of RGB (Red+Green+Blue) = 186+233+22=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE916 is #4516E9. Grayscale: #C3C3C3. Windows color (decimal): -4527850 or 1501626. OLE color: 1501626.
HSL color Cylindrical-coordinate representation of color #BAE916: hue angle of 73.36º 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 #BAE916 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.09 |
| HSL | 73.36º | 0.83% | 0.5% | - |
| HSV(B) | 73.36º | 0.91% | 0.91% | - |
| XYZ | 49.53 | 68.77 | 11.42 | - |
| YUV | 194.89 | 30.43 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 22 | 0.20 | 0 | 0.91 | 0.09 | 73.36 | 0.83 | 0.5 |
| Hex | BA | E9 | 16 | 14 | 0 | 5B | 9 | 49 | 53 | 32 |
| Octal | 272 | 351 | 26 | 24 | 0 | 133 | 11 | 111 | 123 | 62 |
| Binary | 10111010 | 11101001 | 10110 | 10100 | 0 | 1011011 | 1001 | 1001001 | 1010011 | 110010 |
Color Harmonies of #BAE916
Complementary color
Monochromatic Colors of #BAE916
Black with #BAE916
Text Example
Text Example
White with #BAE916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE916; }
p { color: rgb(186,233,22); }
H1.HeaderClassName
{
color: #BAE916;
}
.AnyTagClassName
{
color: #BAE916;
}
</style>
background-color css
<style>
a { background-color: #BAE916; }
a { background-color: rgb(186,233,22); }
div.DivClassName
{
background-color: #BAE916;
}
.BgClassName
{
background-color: #BAE916;
}
</style>
border-color css
<style>
span { border-color: #BAE916; }
span { border-color: rgb(186,233,22); }
td.TdClassName
{
border-color: #BAE916;
}
.TagClassName
{
border-color: #BAE916;
}
</style>