Shades of Inch Worm #BAEC00
Tints of Inch Worm #BAEC00
RGB
CMYK
RGB Variations
Color information
#BAEC00 (or 0xBAEC00) is known color: Inch Worm. HEX triplet: BA, EC and 00. RGB value is (186,236,0). Sum of RGB (Red+Green+Blue) = 186+236+0=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEC00 is #4513FF. Grayscale: #C3C3C3. Windows color (decimal): -4527104 or 60602. OLE color: 60602.
HSL color Cylindrical-coordinate representation of color #BAEC00: hue angle of 72.71º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAEC00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.07 |
| HSL | 72.71º | 1% | 0.46% | - |
| HSV(B) | 72.71º | 1% | 0.93% | - |
| XYZ | 50.25 | 70.43 | 10.95 | - |
| YUV | 194.15 | 18.44 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 0 | 0.21 | 0 | 1 | 0.07 | 72.71 | 1 | 0.46 |
| Hex | BA | EC | 0 | 15 | 0 | 64 | 7 | 49 | 64 | 2E |
| Octal | 272 | 354 | 0 | 25 | 0 | 144 | 7 | 111 | 144 | 56 |
| Binary | 10111010 | 11101100 | 0 | 10101 | 0 | 1100100 | 111 | 1001001 | 1100100 | 101110 |
Color Harmonies of #BAEC00
Complementary color
Monochromatic Colors of #BAEC00
Black with #BAEC00
Text Example
Text Example
White with #BAEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC00; }
p { color: rgb(186,236,0); }
H1.HeaderClassName
{
color: #BAEC00;
}
.AnyTagClassName
{
color: #BAEC00;
}
</style>
background-color css
<style>
a { background-color: #BAEC00; }
a { background-color: rgb(186,236,0); }
div.DivClassName
{
background-color: #BAEC00;
}
.BgClassName
{
background-color: #BAEC00;
}
</style>
border-color css
<style>
span { border-color: #BAEC00; }
span { border-color: rgb(186,236,0); }
td.TdClassName
{
border-color: #BAEC00;
}
.TagClassName
{
border-color: #BAEC00;
}
</style>