Shades of Inch Worm #BAE401
Tints of Inch Worm #BAE401
RGB
CMYK
RGB Variations
Color information
#BAE401 (or 0xBAE401) is known color: Inch Worm. HEX triplet: BA, E4 and 01. RGB value is (186,228,1). Sum of RGB (Red+Green+Blue) = 186+228+1=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE401 is #451BFE. Grayscale: #BEBEBE. Windows color (decimal): -4529151 or 124090. OLE color: 124090.
HSL color Cylindrical-coordinate representation of color #BAE401: hue angle of 71.1º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAE401 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.11 |
| HSL | 71.1º | 0.99% | 0.45% | - |
| HSV(B) | 71.1º | 1% | 0.89% | - |
| XYZ | 48 | 65.93 | 10.22 | - |
| YUV | 189.56 | 21.59 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 1 | 0.18 | 0 | 1.00 | 0.11 | 71.1 | 0.99 | 0.45 |
| Hex | BA | E4 | 1 | 12 | 0 | 64 | B | 47 | 63 | 2D |
| Octal | 272 | 344 | 1 | 22 | 0 | 144 | 13 | 107 | 143 | 55 |
| Binary | 10111010 | 11100100 | 1 | 10010 | 0 | 1100100 | 1011 | 1000111 | 1100011 | 101101 |
Color Harmonies of #BAE401
Complementary color
Monochromatic Colors of #BAE401
Black with #BAE401
Text Example
Text Example
White with #BAE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE401; }
p { color: rgb(186,228,1); }
H1.HeaderClassName
{
color: #BAE401;
}
.AnyTagClassName
{
color: #BAE401;
}
</style>
background-color css
<style>
a { background-color: #BAE401; }
a { background-color: rgb(186,228,1); }
div.DivClassName
{
background-color: #BAE401;
}
.BgClassName
{
background-color: #BAE401;
}
</style>
border-color css
<style>
span { border-color: #BAE401; }
span { border-color: rgb(186,228,1); }
td.TdClassName
{
border-color: #BAE401;
}
.TagClassName
{
border-color: #BAE401;
}
</style>