Shades of Inch Worm #BAE101
Tints of Inch Worm #BAE101
RGB
CMYK
RGB Variations
Color information
#BAE101 (or 0xBAE101) is known color: Inch Worm. HEX triplet: BA, E1 and 01. RGB value is (186,225,1). Sum of RGB (Red+Green+Blue) = 186+225+1=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE101 is #451EFE. Grayscale: #BCBCBC. Windows color (decimal): -4529919 or 123322. OLE color: 123322.
HSL color Cylindrical-coordinate representation of color #BAE101: hue angle of 70.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAE101 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.12 |
| HSL | 70.45º | 0.99% | 0.44% | - |
| HSV(B) | 70.45º | 1% | 0.88% | - |
| XYZ | 47.18 | 64.29 | 9.95 | - |
| YUV | 187.8 | 22.58 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 1 | 0.17 | 0 | 1.00 | 0.12 | 70.45 | 0.99 | 0.44 |
| Hex | BA | E1 | 1 | 11 | 0 | 64 | C | 46 | 63 | 2C |
| Octal | 272 | 341 | 1 | 21 | 0 | 144 | 14 | 106 | 143 | 54 |
| Binary | 10111010 | 11100001 | 1 | 10001 | 0 | 1100100 | 1100 | 1000110 | 1100011 | 101100 |
Color Harmonies of #BAE101
Complementary color
Monochromatic Colors of #BAE101
Black with #BAE101
Text Example
Text Example
White with #BAE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE101; }
p { color: rgb(186,225,1); }
H1.HeaderClassName
{
color: #BAE101;
}
.AnyTagClassName
{
color: #BAE101;
}
</style>
background-color css
<style>
a { background-color: #BAE101; }
a { background-color: rgb(186,225,1); }
div.DivClassName
{
background-color: #BAE101;
}
.BgClassName
{
background-color: #BAE101;
}
</style>
border-color css
<style>
span { border-color: #BAE101; }
span { border-color: rgb(186,225,1); }
td.TdClassName
{
border-color: #BAE101;
}
.TagClassName
{
border-color: #BAE101;
}
</style>