Shades of Inch Worm #BAE110
Tints of Inch Worm #BAE110
RGB
CMYK
RGB Variations
Color information
#BAE110 (or 0xBAE110) is known color: Inch Worm. HEX triplet: BA, E1 and 10. RGB value is (186,225,16). Sum of RGB (Red+Green+Blue) = 186+225+16=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE110 is #451EEF. Grayscale: #BEBEBE. Windows color (decimal): -4529904 or 1106362. OLE color: 1106362.
HSL color Cylindrical-coordinate representation of color #BAE110: hue angle of 71.2º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE110 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.12 |
| HSL | 71.2º | 0.87% | 0.47% | - |
| HSV(B) | 71.2º | 0.93% | 0.88% | - |
| XYZ | 47.27 | 64.33 | 10.42 | - |
| YUV | 189.51 | 30.08 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 16 | 0.17 | 0 | 0.93 | 0.12 | 71.2 | 0.87 | 0.47 |
| Hex | BA | E1 | 10 | 11 | 0 | 5D | C | 47 | 57 | 2F |
| Octal | 272 | 341 | 20 | 21 | 0 | 135 | 14 | 107 | 127 | 57 |
| Binary | 10111010 | 11100001 | 10000 | 10001 | 0 | 1011101 | 1100 | 1000111 | 1010111 | 101111 |
Color Harmonies of #BAE110
Complementary color
Monochromatic Colors of #BAE110
Black with #BAE110
Text Example
Text Example
White with #BAE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE110; }
p { color: rgb(186,225,16); }
H1.HeaderClassName
{
color: #BAE110;
}
.AnyTagClassName
{
color: #BAE110;
}
</style>
background-color css
<style>
a { background-color: #BAE110; }
a { background-color: rgb(186,225,16); }
div.DivClassName
{
background-color: #BAE110;
}
.BgClassName
{
background-color: #BAE110;
}
</style>
border-color css
<style>
span { border-color: #BAE110; }
span { border-color: rgb(186,225,16); }
td.TdClassName
{
border-color: #BAE110;
}
.TagClassName
{
border-color: #BAE110;
}
</style>