Shades of Inch Worm #BAE111
Tints of Inch Worm #BAE111
RGB
CMYK
RGB Variations
Color information
#BAE111 (or 0xBAE111) is known color: Inch Worm. HEX triplet: BA, E1 and 11. RGB value is (186,225,17). Sum of RGB (Red+Green+Blue) = 186+225+17=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE111 is #451EEE. Grayscale: #BEBEBE. Windows color (decimal): -4529903 or 1171898. OLE color: 1171898.
HSL color Cylindrical-coordinate representation of color #BAE111: hue angle of 71.25º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAE111 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 17 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.12 |
| HSL | 71.25º | 0.86% | 0.47% | - |
| HSV(B) | 71.25º | 0.92% | 0.88% | - |
| XYZ | 47.28 | 64.33 | 10.46 | - |
| YUV | 189.63 | 30.58 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 17 | 0.17 | 0 | 0.92 | 0.12 | 71.25 | 0.86 | 0.47 |
| Hex | BA | E1 | 11 | 11 | 0 | 5C | C | 47 | 56 | 2F |
| Octal | 272 | 341 | 21 | 21 | 0 | 134 | 14 | 107 | 126 | 57 |
| Binary | 10111010 | 11100001 | 10001 | 10001 | 0 | 1011100 | 1100 | 1000111 | 1010110 | 101111 |
Color Harmonies of #BAE111
Complementary color
Monochromatic Colors of #BAE111
Black with #BAE111
Text Example
Text Example
White with #BAE111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE111; }
p { color: rgb(186,225,17); }
H1.HeaderClassName
{
color: #BAE111;
}
.AnyTagClassName
{
color: #BAE111;
}
</style>
background-color css
<style>
a { background-color: #BAE111; }
a { background-color: rgb(186,225,17); }
div.DivClassName
{
background-color: #BAE111;
}
.BgClassName
{
background-color: #BAE111;
}
</style>
border-color css
<style>
span { border-color: #BAE111; }
span { border-color: rgb(186,225,17); }
td.TdClassName
{
border-color: #BAE111;
}
.TagClassName
{
border-color: #BAE111;
}
</style>