Shades of Inch Worm #BAE901
Tints of Inch Worm #BAE901
RGB
CMYK
RGB Variations
Color information
#BAE901 (or 0xBAE901) is known color: Inch Worm. HEX triplet: BA, E9 and 01. RGB value is (186,233,1). Sum of RGB (Red+Green+Blue) = 186+233+1=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 233 (91.41% from 255 or 55.48% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE901 is #4516FE. Grayscale: #C1C1C1. Windows color (decimal): -4527871 or 125370. OLE color: 125370.
HSL color Cylindrical-coordinate representation of color #BAE901: hue angle of 72.16º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAE901 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 1 | - |
| CMYK | 0.20 | 0 | 1.00 | 0.09 |
| HSL | 72.16º | 0.99% | 0.46% | - |
| HSV(B) | 72.16º | 1% | 0.91% | - |
| XYZ | 49.39 | 68.72 | 10.69 | - |
| YUV | 192.5 | 19.93 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 1 | 0.20 | 0 | 1.00 | 0.09 | 72.16 | 0.99 | 0.46 |
| Hex | BA | E9 | 1 | 14 | 0 | 64 | 9 | 48 | 63 | 2E |
| Octal | 272 | 351 | 1 | 24 | 0 | 144 | 11 | 110 | 143 | 56 |
| Binary | 10111010 | 11101001 | 1 | 10100 | 0 | 1100100 | 1001 | 1001000 | 1100011 | 101110 |
Color Harmonies of #BAE901
Complementary color
Monochromatic Colors of #BAE901
Black with #BAE901
Text Example
Text Example
White with #BAE901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE901; }
p { color: rgb(186,233,1); }
H1.HeaderClassName
{
color: #BAE901;
}
.AnyTagClassName
{
color: #BAE901;
}
</style>
background-color css
<style>
a { background-color: #BAE901; }
a { background-color: rgb(186,233,1); }
div.DivClassName
{
background-color: #BAE901;
}
.BgClassName
{
background-color: #BAE901;
}
</style>
border-color css
<style>
span { border-color: #BAE901; }
span { border-color: rgb(186,233,1); }
td.TdClassName
{
border-color: #BAE901;
}
.TagClassName
{
border-color: #BAE901;
}
</style>