Shades of Inch Worm #BAE210
Tints of Inch Worm #BAE210
RGB
CMYK
RGB Variations
Color information
#BAE210 (or 0xBAE210) is known color: Inch Worm. HEX triplet: BA, E2 and 10. RGB value is (186,226,16). Sum of RGB (Red+Green+Blue) = 186+226+16=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE210 is #451DEF. Grayscale: #BEBEBE. Windows color (decimal): -4529648 or 1106618. OLE color: 1106618.
HSL color Cylindrical-coordinate representation of color #BAE210: hue angle of 71.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE210 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 16 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.11 |
| HSL | 71.43º | 0.87% | 0.47% | - |
| HSV(B) | 71.43º | 0.93% | 0.89% | - |
| XYZ | 47.54 | 64.87 | 10.51 | - |
| YUV | 190.1 | 29.75 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 16 | 0.18 | 0 | 0.93 | 0.11 | 71.43 | 0.87 | 0.47 |
| Hex | BA | E2 | 10 | 12 | 0 | 5D | B | 47 | 57 | 2F |
| Octal | 272 | 342 | 20 | 22 | 0 | 135 | 13 | 107 | 127 | 57 |
| Binary | 10111010 | 11100010 | 10000 | 10010 | 0 | 1011101 | 1011 | 1000111 | 1010111 | 101111 |
Color Harmonies of #BAE210
Complementary color
Monochromatic Colors of #BAE210
Black with #BAE210
Text Example
Text Example
White with #BAE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE210; }
p { color: rgb(186,226,16); }
H1.HeaderClassName
{
color: #BAE210;
}
.AnyTagClassName
{
color: #BAE210;
}
</style>
background-color css
<style>
a { background-color: #BAE210; }
a { background-color: rgb(186,226,16); }
div.DivClassName
{
background-color: #BAE210;
}
.BgClassName
{
background-color: #BAE210;
}
</style>
border-color css
<style>
span { border-color: #BAE210; }
span { border-color: rgb(186,226,16); }
td.TdClassName
{
border-color: #BAE210;
}
.TagClassName
{
border-color: #BAE210;
}
</style>