Shades of Inch Worm #BAE20E
Tints of Inch Worm #BAE20E
RGB
CMYK
RGB Variations
Color information
#BAE20E (or 0xBAE20E) is known color: Inch Worm. HEX triplet: BA, E2 and 0E. RGB value is (186,226,14). Sum of RGB (Red+Green+Blue) = 186+226+14=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE20E is #451DF1. Grayscale: #BEBEBE. Windows color (decimal): -4529650 or 975546. OLE color: 975546.
HSL color Cylindrical-coordinate representation of color #BAE20E: hue angle of 71.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE20E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.11 |
| HSL | 71.32º | 0.88% | 0.47% | - |
| HSV(B) | 71.32º | 0.94% | 0.89% | - |
| XYZ | 47.53 | 64.86 | 10.43 | - |
| YUV | 189.87 | 28.75 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 14 | 0.18 | 0 | 0.94 | 0.11 | 71.32 | 0.88 | 0.47 |
| Hex | BA | E2 | E | 12 | 0 | 5E | B | 47 | 58 | 2F |
| Octal | 272 | 342 | 16 | 22 | 0 | 136 | 13 | 107 | 130 | 57 |
| Binary | 10111010 | 11100010 | 1110 | 10010 | 0 | 1011110 | 1011 | 1000111 | 1011000 | 101111 |
Color Harmonies of #BAE20E
Complementary color
Monochromatic Colors of #BAE20E
Black with #BAE20E
Text Example
Text Example
White with #BAE20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE20E; }
p { color: rgb(186,226,14); }
H1.HeaderClassName
{
color: #BAE20E;
}
.AnyTagClassName
{
color: #BAE20E;
}
</style>
background-color css
<style>
a { background-color: #BAE20E; }
a { background-color: rgb(186,226,14); }
div.DivClassName
{
background-color: #BAE20E;
}
.BgClassName
{
background-color: #BAE20E;
}
</style>
border-color css
<style>
span { border-color: #BAE20E; }
span { border-color: rgb(186,226,14); }
td.TdClassName
{
border-color: #BAE20E;
}
.TagClassName
{
border-color: #BAE20E;
}
</style>