Shades of Inch Worm #BCED16
Tints of Inch Worm #BCED16
RGB
CMYK
RGB Variations
Color information
#BCED16 (or 0xBCED16) is known color: Inch Worm. HEX triplet: BC, ED and 16. RGB value is (188,237,22). Sum of RGB (Red+Green+Blue) = 188+237+22=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED16 is #4312E9. Grayscale: #C6C6C6. Windows color (decimal): -4395754 or 1502652. OLE color: 1502652.
HSL color Cylindrical-coordinate representation of color #BCED16: hue angle of 73.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCED16 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 22 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.07 |
| HSL | 73.67º | 0.86% | 0.51% | - |
| HSV(B) | 73.67º | 0.91% | 0.93% | - |
| XYZ | 51.17 | 71.32 | 11.83 | - |
| YUV | 197.84 | 28.77 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 22 | 0.21 | 0 | 0.91 | 0.07 | 73.67 | 0.86 | 0.51 |
| Hex | BC | ED | 16 | 15 | 0 | 5B | 7 | 4A | 56 | 33 |
| Octal | 274 | 355 | 26 | 25 | 0 | 133 | 7 | 112 | 126 | 63 |
| Binary | 10111100 | 11101101 | 10110 | 10101 | 0 | 1011011 | 111 | 1001010 | 1010110 | 110011 |
Color Harmonies of #BCED16
Complementary color
Monochromatic Colors of #BCED16
Black with #BCED16
Text Example
Text Example
White with #BCED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED16; }
p { color: rgb(188,237,22); }
H1.HeaderClassName
{
color: #BCED16;
}
.AnyTagClassName
{
color: #BCED16;
}
</style>
background-color css
<style>
a { background-color: #BCED16; }
a { background-color: rgb(188,237,22); }
div.DivClassName
{
background-color: #BCED16;
}
.BgClassName
{
background-color: #BCED16;
}
</style>
border-color css
<style>
span { border-color: #BCED16; }
span { border-color: rgb(188,237,22); }
td.TdClassName
{
border-color: #BCED16;
}
.TagClassName
{
border-color: #BCED16;
}
</style>