Shades of Inch Worm #BAE011
Tints of Inch Worm #BAE011
RGB
CMYK
RGB Variations
Color information
#BAE011 (or 0xBAE011) is known color: Inch Worm. HEX triplet: BA, E0 and 11. RGB value is (186,224,17). Sum of RGB (Red+Green+Blue) = 186+224+17=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE011 is #451FEE. Grayscale: #BDBDBD. Windows color (decimal): -4530159 or 1171642. OLE color: 1171642.
HSL color Cylindrical-coordinate representation of color #BAE011: hue angle of 71.01º 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 #BAE011 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 17 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.12 |
| HSL | 71.01º | 0.86% | 0.47% | - |
| HSV(B) | 71.01º | 0.92% | 0.88% | - |
| XYZ | 47.01 | 63.79 | 10.37 | - |
| YUV | 189.04 | 30.91 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 17 | 0.17 | 0 | 0.92 | 0.12 | 71.01 | 0.86 | 0.47 |
| Hex | BA | E0 | 11 | 11 | 0 | 5C | C | 47 | 56 | 2F |
| Octal | 272 | 340 | 21 | 21 | 0 | 134 | 14 | 107 | 126 | 57 |
| Binary | 10111010 | 11100000 | 10001 | 10001 | 0 | 1011100 | 1100 | 1000111 | 1010110 | 101111 |
Color Harmonies of #BAE011
Complementary color
Monochromatic Colors of #BAE011
Black with #BAE011
Text Example
Text Example
White with #BAE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE011; }
p { color: rgb(186,224,17); }
H1.HeaderClassName
{
color: #BAE011;
}
.AnyTagClassName
{
color: #BAE011;
}
</style>
background-color css
<style>
a { background-color: #BAE011; }
a { background-color: rgb(186,224,17); }
div.DivClassName
{
background-color: #BAE011;
}
.BgClassName
{
background-color: #BAE011;
}
</style>
border-color css
<style>
span { border-color: #BAE011; }
span { border-color: rgb(186,224,17); }
td.TdClassName
{
border-color: #BAE011;
}
.TagClassName
{
border-color: #BAE011;
}
</style>