Shades of Inch Worm #BAE810
Tints of Inch Worm #BAE810
RGB
CMYK
RGB Variations
Color information
#BAE810 (or 0xBAE810) is known color: Inch Worm. HEX triplet: BA, E8 and 10. RGB value is (186,232,16). Sum of RGB (Red+Green+Blue) = 186+232+16=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE810 is #4517EF. Grayscale: #C2C2C2. Windows color (decimal): -4528112 or 1108154. OLE color: 1108154.
HSL color Cylindrical-coordinate representation of color #BAE810: hue angle of 72.78º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE810 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 16 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.09 |
| HSL | 72.78º | 0.87% | 0.49% | - |
| HSV(B) | 72.78º | 0.93% | 0.91% | - |
| XYZ | 49.2 | 68.19 | 11.06 | - |
| YUV | 193.62 | 27.76 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 16 | 0.20 | 0 | 0.93 | 0.09 | 72.78 | 0.87 | 0.49 |
| Hex | BA | E8 | 10 | 14 | 0 | 5D | 9 | 49 | 57 | 31 |
| Octal | 272 | 350 | 20 | 24 | 0 | 135 | 11 | 111 | 127 | 61 |
| Binary | 10111010 | 11101000 | 10000 | 10100 | 0 | 1011101 | 1001 | 1001001 | 1010111 | 110001 |
Color Harmonies of #BAE810
Complementary color
Monochromatic Colors of #BAE810
Black with #BAE810
Text Example
Text Example
White with #BAE810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE810; }
p { color: rgb(186,232,16); }
H1.HeaderClassName
{
color: #BAE810;
}
.AnyTagClassName
{
color: #BAE810;
}
</style>
background-color css
<style>
a { background-color: #BAE810; }
a { background-color: rgb(186,232,16); }
div.DivClassName
{
background-color: #BAE810;
}
.BgClassName
{
background-color: #BAE810;
}
</style>
border-color css
<style>
span { border-color: #BAE810; }
span { border-color: rgb(186,232,16); }
td.TdClassName
{
border-color: #BAE810;
}
.TagClassName
{
border-color: #BAE810;
}
</style>