Shades of Inch Worm #BAE602
Tints of Inch Worm #BAE602
RGB
CMYK
RGB Variations
Color information
#BAE602 (or 0xBAE602) is known color: Inch Worm. HEX triplet: BA, E6 and 02. RGB value is (186,230,2). Sum of RGB (Red+Green+Blue) = 186+230+2=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 230 (90.23% from 255 or 55.02% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE602 is #4519FD. Grayscale: #BFBFBF. Windows color (decimal): -4528638 or 190138. OLE color: 190138.
HSL color Cylindrical-coordinate representation of color #BAE602: hue angle of 71.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAE602 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.10 |
| HSL | 71.58º | 0.98% | 0.45% | - |
| HSV(B) | 71.58º | 0.99% | 0.9% | - |
| XYZ | 48.56 | 67.04 | 10.44 | - |
| YUV | 190.85 | 21.42 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 2 | 0.19 | 0 | 0.99 | 0.10 | 71.58 | 0.98 | 0.45 |
| Hex | BA | E6 | 2 | 13 | 0 | 63 | A | 48 | 62 | 2D |
| Octal | 272 | 346 | 2 | 23 | 0 | 143 | 12 | 110 | 142 | 55 |
| Binary | 10111010 | 11100110 | 10 | 10011 | 0 | 1100011 | 1010 | 1001000 | 1100010 | 101101 |
Color Harmonies of #BAE602
Complementary color
Monochromatic Colors of #BAE602
Black with #BAE602
Text Example
Text Example
White with #BAE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE602; }
p { color: rgb(186,230,2); }
H1.HeaderClassName
{
color: #BAE602;
}
.AnyTagClassName
{
color: #BAE602;
}
</style>
background-color css
<style>
a { background-color: #BAE602; }
a { background-color: rgb(186,230,2); }
div.DivClassName
{
background-color: #BAE602;
}
.BgClassName
{
background-color: #BAE602;
}
</style>
border-color css
<style>
span { border-color: #BAE602; }
span { border-color: rgb(186,230,2); }
td.TdClassName
{
border-color: #BAE602;
}
.TagClassName
{
border-color: #BAE602;
}
</style>