Shades of Inch Worm #BAEC1C
Tints of Inch Worm #BAEC1C
RGB
CMYK
RGB Variations
Color information
#BAEC1C (or 0xBAEC1C) is known color: Inch Worm. HEX triplet: BA, EC and 1C. RGB value is (186,236,28). Sum of RGB (Red+Green+Blue) = 186+236+28=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC1C is #4513E3. Grayscale: #C6C6C6. Windows color (decimal): -4527076 or 1895610. OLE color: 1895610.
HSL color Cylindrical-coordinate representation of color #BAEC1C: hue angle of 74.42º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAEC1C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 28 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.07 |
| HSL | 74.42º | 0.85% | 0.52% | - |
| HSV(B) | 74.42º | 0.88% | 0.93% | - |
| XYZ | 50.45 | 70.51 | 12.05 | - |
| YUV | 197.34 | 32.44 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 28 | 0.21 | 0 | 0.88 | 0.07 | 74.42 | 0.85 | 0.52 |
| Hex | BA | EC | 1C | 15 | 0 | 58 | 7 | 4A | 55 | 34 |
| Octal | 272 | 354 | 34 | 25 | 0 | 130 | 7 | 112 | 125 | 64 |
| Binary | 10111010 | 11101100 | 11100 | 10101 | 0 | 1011000 | 111 | 1001010 | 1010101 | 110100 |
Color Harmonies of #BAEC1C
Complementary color
Monochromatic Colors of #BAEC1C
Black with #BAEC1C
Text Example
Text Example
White with #BAEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC1C; }
p { color: rgb(186,236,28); }
H1.HeaderClassName
{
color: #BAEC1C;
}
.AnyTagClassName
{
color: #BAEC1C;
}
</style>
background-color css
<style>
a { background-color: #BAEC1C; }
a { background-color: rgb(186,236,28); }
div.DivClassName
{
background-color: #BAEC1C;
}
.BgClassName
{
background-color: #BAEC1C;
}
</style>
border-color css
<style>
span { border-color: #BAEC1C; }
span { border-color: rgb(186,236,28); }
td.TdClassName
{
border-color: #BAEC1C;
}
.TagClassName
{
border-color: #BAEC1C;
}
</style>