Shades of Inch Worm #BAE115
Tints of Inch Worm #BAE115
RGB
CMYK
RGB Variations
Color information
#BAE115 (or 0xBAE115) is known color: Inch Worm. HEX triplet: BA, E1 and 15. RGB value is (186,225,21). Sum of RGB (Red+Green+Blue) = 186+225+21=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE115 is #451EEA. Grayscale: #BEBEBE. Windows color (decimal): -4529899 or 1434042. OLE color: 1434042.
HSL color Cylindrical-coordinate representation of color #BAE115: hue angle of 71.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAE115 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 21 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.12 |
| HSL | 71.47º | 0.83% | 0.48% | - |
| HSV(B) | 71.47º | 0.91% | 0.88% | - |
| XYZ | 47.31 | 64.34 | 10.64 | - |
| YUV | 190.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 21 | 0.17 | 0 | 0.91 | 0.12 | 71.47 | 0.83 | 0.48 |
| Hex | BA | E1 | 15 | 11 | 0 | 5B | C | 47 | 53 | 30 |
| Octal | 272 | 341 | 25 | 21 | 0 | 133 | 14 | 107 | 123 | 60 |
| Binary | 10111010 | 11100001 | 10101 | 10001 | 0 | 1011011 | 1100 | 1000111 | 1010011 | 110000 |
Color Harmonies of #BAE115
Complementary color
Monochromatic Colors of #BAE115
Black with #BAE115
Text Example
Text Example
White with #BAE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE115; }
p { color: rgb(186,225,21); }
H1.HeaderClassName
{
color: #BAE115;
}
.AnyTagClassName
{
color: #BAE115;
}
</style>
background-color css
<style>
a { background-color: #BAE115; }
a { background-color: rgb(186,225,21); }
div.DivClassName
{
background-color: #BAE115;
}
.BgClassName
{
background-color: #BAE115;
}
</style>
border-color css
<style>
span { border-color: #BAE115; }
span { border-color: rgb(186,225,21); }
td.TdClassName
{
border-color: #BAE115;
}
.TagClassName
{
border-color: #BAE115;
}
</style>