Shades of Inch Worm #BAE410
Tints of Inch Worm #BAE410
RGB
CMYK
RGB Variations
Color information
#BAE410 (or 0xBAE410) is known color: Inch Worm. HEX triplet: BA, E4 and 10. RGB value is (186,228,16). Sum of RGB (Red+Green+Blue) = 186+228+16=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE410 is #451BEF. Grayscale: #C0C0C0. Windows color (decimal): -4529136 or 1107130. OLE color: 1107130.
HSL color Cylindrical-coordinate representation of color #BAE410: hue angle of 71.89º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAE410 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 16 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.11 |
| HSL | 71.89º | 0.87% | 0.48% | - |
| HSV(B) | 71.89º | 0.93% | 0.89% | - |
| XYZ | 48.09 | 65.96 | 10.69 | - |
| YUV | 191.27 | 29.09 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 16 | 0.18 | 0 | 0.93 | 0.11 | 71.89 | 0.87 | 0.48 |
| Hex | BA | E4 | 10 | 12 | 0 | 5D | B | 48 | 57 | 30 |
| Octal | 272 | 344 | 20 | 22 | 0 | 135 | 13 | 110 | 127 | 60 |
| Binary | 10111010 | 11100100 | 10000 | 10010 | 0 | 1011101 | 1011 | 1001000 | 1010111 | 110000 |
Color Harmonies of #BAE410
Complementary color
Monochromatic Colors of #BAE410
Black with #BAE410
Text Example
Text Example
White with #BAE410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE410; }
p { color: rgb(186,228,16); }
H1.HeaderClassName
{
color: #BAE410;
}
.AnyTagClassName
{
color: #BAE410;
}
</style>
background-color css
<style>
a { background-color: #BAE410; }
a { background-color: rgb(186,228,16); }
div.DivClassName
{
background-color: #BAE410;
}
.BgClassName
{
background-color: #BAE410;
}
</style>
border-color css
<style>
span { border-color: #BAE410; }
span { border-color: rgb(186,228,16); }
td.TdClassName
{
border-color: #BAE410;
}
.TagClassName
{
border-color: #BAE410;
}
</style>