Shades of Inch Worm #BAEC0D
Tints of Inch Worm #BAEC0D
RGB
CMYK
RGB Variations
Color information
#BAEC0D (or 0xBAEC0D) is known color: Inch Worm. HEX triplet: BA, EC and 0D. RGB value is (186,236,13). Sum of RGB (Red+Green+Blue) = 186+236+13=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEC0D is #4513F2. Grayscale: #C4C4C4. Windows color (decimal): -4527091 or 912570. OLE color: 912570.
HSL color Cylindrical-coordinate representation of color #BAEC0D: hue angle of 73.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAEC0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 13 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.07 |
| HSL | 73.45º | 0.9% | 0.49% | - |
| HSV(B) | 73.45º | 0.94% | 0.93% | - |
| XYZ | 50.32 | 70.46 | 11.33 | - |
| YUV | 195.63 | 24.94 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 13 | 0.21 | 0 | 0.94 | 0.07 | 73.45 | 0.9 | 0.49 |
| Hex | BA | EC | D | 15 | 0 | 5E | 7 | 49 | 5A | 31 |
| Octal | 272 | 354 | 15 | 25 | 0 | 136 | 7 | 111 | 132 | 61 |
| Binary | 10111010 | 11101100 | 1101 | 10101 | 0 | 1011110 | 111 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BAEC0D
Complementary color
Monochromatic Colors of #BAEC0D
Black with #BAEC0D
Text Example
Text Example
White with #BAEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC0D; }
p { color: rgb(186,236,13); }
H1.HeaderClassName
{
color: #BAEC0D;
}
.AnyTagClassName
{
color: #BAEC0D;
}
</style>
background-color css
<style>
a { background-color: #BAEC0D; }
a { background-color: rgb(186,236,13); }
div.DivClassName
{
background-color: #BAEC0D;
}
.BgClassName
{
background-color: #BAEC0D;
}
</style>
border-color css
<style>
span { border-color: #BAEC0D; }
span { border-color: rgb(186,236,13); }
td.TdClassName
{
border-color: #BAEC0D;
}
.TagClassName
{
border-color: #BAEC0D;
}
</style>