Shades of Inch Worm #BAE616
Tints of Inch Worm #BAE616
RGB
CMYK
RGB Variations
Color information
#BAE616 (or 0xBAE616) is known color: Inch Worm. HEX triplet: BA, E6 and 16. RGB value is (186,230,22). Sum of RGB (Red+Green+Blue) = 186+230+22=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE616 is #4519E9. Grayscale: #C1C1C1. Windows color (decimal): -4528618 or 1500858. OLE color: 1500858.
HSL color Cylindrical-coordinate representation of color #BAE616: hue angle of 72.69º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAE616 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 22 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.10 |
| HSL | 72.69º | 0.83% | 0.49% | - |
| HSV(B) | 72.69º | 0.9% | 0.9% | - |
| XYZ | 48.69 | 67.09 | 11.14 | - |
| YUV | 193.13 | 31.42 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 22 | 0.19 | 0 | 0.90 | 0.10 | 72.69 | 0.83 | 0.49 |
| Hex | BA | E6 | 16 | 13 | 0 | 5A | A | 49 | 53 | 31 |
| Octal | 272 | 346 | 26 | 23 | 0 | 132 | 12 | 111 | 123 | 61 |
| Binary | 10111010 | 11100110 | 10110 | 10011 | 0 | 1011010 | 1010 | 1001001 | 1010011 | 110001 |
Color Harmonies of #BAE616
Complementary color
Monochromatic Colors of #BAE616
Black with #BAE616
Text Example
Text Example
White with #BAE616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE616; }
p { color: rgb(186,230,22); }
H1.HeaderClassName
{
color: #BAE616;
}
.AnyTagClassName
{
color: #BAE616;
}
</style>
background-color css
<style>
a { background-color: #BAE616; }
a { background-color: rgb(186,230,22); }
div.DivClassName
{
background-color: #BAE616;
}
.BgClassName
{
background-color: #BAE616;
}
</style>
border-color css
<style>
span { border-color: #BAE616; }
span { border-color: rgb(186,230,22); }
td.TdClassName
{
border-color: #BAE616;
}
.TagClassName
{
border-color: #BAE616;
}
</style>