Shades of Inch Worm #BAE811
Tints of Inch Worm #BAE811
RGB
CMYK
RGB Variations
Color information
#BAE811 (or 0xBAE811) is known color: Inch Worm. HEX triplet: BA, E8 and 11. RGB value is (186,232,17). Sum of RGB (Red+Green+Blue) = 186+232+17=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE811 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE811 is #4517EE. Grayscale: #C2C2C2. Windows color (decimal): -4528111 or 1173690. OLE color: 1173690.
HSL color Cylindrical-coordinate representation of color #BAE811: hue angle of 72.84º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE811 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.09 |
| HSL | 72.84º | 0.86% | 0.49% | - |
| HSV(B) | 72.84º | 0.93% | 0.91% | - |
| XYZ | 49.21 | 68.19 | 11.1 | - |
| YUV | 193.74 | 28.26 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 17 | 0.20 | 0 | 0.93 | 0.09 | 72.84 | 0.86 | 0.49 |
| Hex | BA | E8 | 11 | 14 | 0 | 5D | 9 | 49 | 56 | 31 |
| Octal | 272 | 350 | 21 | 24 | 0 | 135 | 11 | 111 | 126 | 61 |
| Binary | 10111010 | 11101000 | 10001 | 10100 | 0 | 1011101 | 1001 | 1001001 | 1010110 | 110001 |
Color Harmonies of #BAE811
Complementary color
Monochromatic Colors of #BAE811
Black with #BAE811
Text Example
Text Example
White with #BAE811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE811; }
p { color: rgb(186,232,17); }
H1.HeaderClassName
{
color: #BAE811;
}
.AnyTagClassName
{
color: #BAE811;
}
</style>
background-color css
<style>
a { background-color: #BAE811; }
a { background-color: rgb(186,232,17); }
div.DivClassName
{
background-color: #BAE811;
}
.BgClassName
{
background-color: #BAE811;
}
</style>
border-color css
<style>
span { border-color: #BAE811; }
span { border-color: rgb(186,232,17); }
td.TdClassName
{
border-color: #BAE811;
}
.TagClassName
{
border-color: #BAE811;
}
</style>