Shades of Inch Worm #BAEC18
Tints of Inch Worm #BAEC18
RGB
CMYK
RGB Variations
Color information
#BAEC18 (or 0xBAEC18) is known color: Inch Worm. HEX triplet: BA, EC and 18. RGB value is (186,236,24). Sum of RGB (Red+Green+Blue) = 186+236+24=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEC18 is #4513E7. Grayscale: #C5C5C5. Windows color (decimal): -4527080 or 1633466. OLE color: 1633466.
HSL color Cylindrical-coordinate representation of color #BAEC18: hue angle of 74.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAEC18 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.07 |
| HSL | 74.15º | 0.85% | 0.51% | - |
| HSV(B) | 74.15º | 0.9% | 0.93% | - |
| XYZ | 50.41 | 70.5 | 11.81 | - |
| YUV | 196.88 | 30.44 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 24 | 0.21 | 0 | 0.90 | 0.07 | 74.15 | 0.85 | 0.51 |
| Hex | BA | EC | 18 | 15 | 0 | 5A | 7 | 4A | 55 | 33 |
| Octal | 272 | 354 | 30 | 25 | 0 | 132 | 7 | 112 | 125 | 63 |
| Binary | 10111010 | 11101100 | 11000 | 10101 | 0 | 1011010 | 111 | 1001010 | 1010101 | 110011 |
Color Harmonies of #BAEC18
Complementary color
Monochromatic Colors of #BAEC18
Black with #BAEC18
Text Example
Text Example
White with #BAEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC18; }
p { color: rgb(186,236,24); }
H1.HeaderClassName
{
color: #BAEC18;
}
.AnyTagClassName
{
color: #BAEC18;
}
</style>
background-color css
<style>
a { background-color: #BAEC18; }
a { background-color: rgb(186,236,24); }
div.DivClassName
{
background-color: #BAEC18;
}
.BgClassName
{
background-color: #BAEC18;
}
</style>
border-color css
<style>
span { border-color: #BAEC18; }
span { border-color: rgb(186,236,24); }
td.TdClassName
{
border-color: #BAEC18;
}
.TagClassName
{
border-color: #BAEC18;
}
</style>