Shades of Inch Worm #BAE102
Tints of Inch Worm #BAE102
RGB
CMYK
RGB Variations
Color information
#BAE102 (or 0xBAE102) is known color: Inch Worm. HEX triplet: BA, E1 and 02. RGB value is (186,225,2). Sum of RGB (Red+Green+Blue) = 186+225+2=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE102 is #451EFD. Grayscale: #BCBCBC. Windows color (decimal): -4529918 or 188858. OLE color: 188858.
HSL color Cylindrical-coordinate representation of color #BAE102: hue angle of 70.49º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAE102 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.12 |
| HSL | 70.49º | 0.98% | 0.45% | - |
| HSV(B) | 70.49º | 0.99% | 0.88% | - |
| XYZ | 47.19 | 64.29 | 9.98 | - |
| YUV | 187.92 | 23.08 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 2 | 0.17 | 0 | 0.99 | 0.12 | 70.49 | 0.98 | 0.45 |
| Hex | BA | E1 | 2 | 11 | 0 | 63 | C | 46 | 62 | 2D |
| Octal | 272 | 341 | 2 | 21 | 0 | 143 | 14 | 106 | 142 | 55 |
| Binary | 10111010 | 11100001 | 10 | 10001 | 0 | 1100011 | 1100 | 1000110 | 1100010 | 101101 |
Color Harmonies of #BAE102
Complementary color
Monochromatic Colors of #BAE102
Black with #BAE102
Text Example
Text Example
White with #BAE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE102; }
p { color: rgb(186,225,2); }
H1.HeaderClassName
{
color: #BAE102;
}
.AnyTagClassName
{
color: #BAE102;
}
</style>
background-color css
<style>
a { background-color: #BAE102; }
a { background-color: rgb(186,225,2); }
div.DivClassName
{
background-color: #BAE102;
}
.BgClassName
{
background-color: #BAE102;
}
</style>
border-color css
<style>
span { border-color: #BAE102; }
span { border-color: rgb(186,225,2); }
td.TdClassName
{
border-color: #BAE102;
}
.TagClassName
{
border-color: #BAE102;
}
</style>