Shades of Inch Worm #BAE611
Tints of Inch Worm #BAE611
RGB
CMYK
RGB Variations
Color information
#BAE611 (or 0xBAE611) is known color: Inch Worm. HEX triplet: BA, E6 and 11. RGB value is (186,230,17). Sum of RGB (Red+Green+Blue) = 186+230+17=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 230 (90.23% from 255 or 53.12% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE611 is #4519EE. Grayscale: #C1C1C1. Windows color (decimal): -4528623 or 1173178. OLE color: 1173178.
HSL color Cylindrical-coordinate representation of color #BAE611: hue angle of 72.39º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE611 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.10 |
| HSL | 72.39º | 0.86% | 0.48% | - |
| HSV(B) | 72.39º | 0.93% | 0.9% | - |
| XYZ | 48.65 | 67.07 | 10.91 | - |
| YUV | 192.56 | 28.92 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 17 | 0.19 | 0 | 0.93 | 0.10 | 72.39 | 0.86 | 0.48 |
| Hex | BA | E6 | 11 | 13 | 0 | 5D | A | 48 | 56 | 30 |
| Octal | 272 | 346 | 21 | 23 | 0 | 135 | 12 | 110 | 126 | 60 |
| Binary | 10111010 | 11100110 | 10001 | 10011 | 0 | 1011101 | 1010 | 1001000 | 1010110 | 110000 |
Color Harmonies of #BAE611
Complementary color
Monochromatic Colors of #BAE611
Black with #BAE611
Text Example
Text Example
White with #BAE611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE611; }
p { color: rgb(186,230,17); }
H1.HeaderClassName
{
color: #BAE611;
}
.AnyTagClassName
{
color: #BAE611;
}
</style>
background-color css
<style>
a { background-color: #BAE611; }
a { background-color: rgb(186,230,17); }
div.DivClassName
{
background-color: #BAE611;
}
.BgClassName
{
background-color: #BAE611;
}
</style>
border-color css
<style>
span { border-color: #BAE611; }
span { border-color: rgb(186,230,17); }
td.TdClassName
{
border-color: #BAE611;
}
.TagClassName
{
border-color: #BAE611;
}
</style>