Shades of Inch Worm #BAE902
Tints of Inch Worm #BAE902
RGB
CMYK
RGB Variations
Color information
#BAE902 (or 0xBAE902) is known color: Inch Worm. HEX triplet: BA, E9 and 02. RGB value is (186,233,2). Sum of RGB (Red+Green+Blue) = 186+233+2=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE902 is #4516FD. Grayscale: #C1C1C1. Windows color (decimal): -4527870 or 190906. OLE color: 190906.
HSL color Cylindrical-coordinate representation of color #BAE902: hue angle of 72.21º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAE902 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.09 |
| HSL | 72.21º | 0.98% | 0.46% | - |
| HSV(B) | 72.21º | 0.99% | 0.91% | - |
| XYZ | 49.4 | 68.72 | 10.72 | - |
| YUV | 192.61 | 20.43 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 2 | 0.20 | 0 | 0.99 | 0.09 | 72.21 | 0.98 | 0.46 |
| Hex | BA | E9 | 2 | 14 | 0 | 63 | 9 | 48 | 62 | 2E |
| Octal | 272 | 351 | 2 | 24 | 0 | 143 | 11 | 110 | 142 | 56 |
| Binary | 10111010 | 11101001 | 10 | 10100 | 0 | 1100011 | 1001 | 1001000 | 1100010 | 101110 |
Color Harmonies of #BAE902
Complementary color
Monochromatic Colors of #BAE902
Black with #BAE902
Text Example
Text Example
White with #BAE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE902; }
p { color: rgb(186,233,2); }
H1.HeaderClassName
{
color: #BAE902;
}
.AnyTagClassName
{
color: #BAE902;
}
</style>
background-color css
<style>
a { background-color: #BAE902; }
a { background-color: rgb(186,233,2); }
div.DivClassName
{
background-color: #BAE902;
}
.BgClassName
{
background-color: #BAE902;
}
</style>
border-color css
<style>
span { border-color: #BAE902; }
span { border-color: rgb(186,233,2); }
td.TdClassName
{
border-color: #BAE902;
}
.TagClassName
{
border-color: #BAE902;
}
</style>