Shades of Inch Worm #BAEC0C
Tints of Inch Worm #BAEC0C
RGB
CMYK
RGB Variations
Color information
#BAEC0C (or 0xBAEC0C) is known color: Inch Worm. HEX triplet: BA, EC and 0C. RGB value is (186,236,12). Sum of RGB (Red+Green+Blue) = 186+236+12=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEC0C is #4513F3. Grayscale: #C4C4C4. Windows color (decimal): -4527092 or 847034. OLE color: 847034.
HSL color Cylindrical-coordinate representation of color #BAEC0C: hue angle of 73.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAEC0C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.07 |
| HSL | 73.39º | 0.9% | 0.49% | - |
| HSV(B) | 73.39º | 0.95% | 0.93% | - |
| XYZ | 50.31 | 70.46 | 11.3 | - |
| YUV | 195.51 | 24.44 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 12 | 0.21 | 0 | 0.95 | 0.07 | 73.39 | 0.9 | 0.49 |
| Hex | BA | EC | C | 15 | 0 | 5F | 7 | 49 | 5A | 31 |
| Octal | 272 | 354 | 14 | 25 | 0 | 137 | 7 | 111 | 132 | 61 |
| Binary | 10111010 | 11101100 | 1100 | 10101 | 0 | 1011111 | 111 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BAEC0C
Complementary color
Monochromatic Colors of #BAEC0C
Black with #BAEC0C
Text Example
Text Example
White with #BAEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC0C; }
p { color: rgb(186,236,12); }
H1.HeaderClassName
{
color: #BAEC0C;
}
.AnyTagClassName
{
color: #BAEC0C;
}
</style>
background-color css
<style>
a { background-color: #BAEC0C; }
a { background-color: rgb(186,236,12); }
div.DivClassName
{
background-color: #BAEC0C;
}
.BgClassName
{
background-color: #BAEC0C;
}
</style>
border-color css
<style>
span { border-color: #BAEC0C; }
span { border-color: rgb(186,236,12); }
td.TdClassName
{
border-color: #BAEC0C;
}
.TagClassName
{
border-color: #BAEC0C;
}
</style>