Shades of Inch Worm #BCDD19
Tints of Inch Worm #BCDD19
RGB
CMYK
RGB Variations
Color information
#BCDD19 (or 0xBCDD19) is known color: Inch Worm. HEX triplet: BC, DD and 19. RGB value is (188,221,25). Sum of RGB (Red+Green+Blue) = 188+221+25=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD19 is #4322E6. Grayscale: #BDBDBD. Windows color (decimal): -4399847 or 1695164. OLE color: 1695164.
HSL color Cylindrical-coordinate representation of color #BCDD19: hue angle of 70.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCDD19 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 25 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.13 |
| HSL | 70.1º | 0.8% | 0.48% | - |
| HSV(B) | 70.1º | 0.89% | 0.87% | - |
| XYZ | 46.77 | 62.47 | 10.51 | - |
| YUV | 188.79 | 35.57 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 25 | 0.15 | 0 | 0.89 | 0.13 | 70.1 | 0.8 | 0.48 |
| Hex | BC | DD | 19 | F | 0 | 59 | D | 46 | 50 | 30 |
| Octal | 274 | 335 | 31 | 17 | 0 | 131 | 15 | 106 | 120 | 60 |
| Binary | 10111100 | 11011101 | 11001 | 1111 | 0 | 1011001 | 1101 | 1000110 | 1010000 | 110000 |
Color Harmonies of #BCDD19
Complementary color
Monochromatic Colors of #BCDD19
Black with #BCDD19
Text Example
Text Example
White with #BCDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD19; }
p { color: rgb(188,221,25); }
H1.HeaderClassName
{
color: #BCDD19;
}
.AnyTagClassName
{
color: #BCDD19;
}
</style>
background-color css
<style>
a { background-color: #BCDD19; }
a { background-color: rgb(188,221,25); }
div.DivClassName
{
background-color: #BCDD19;
}
.BgClassName
{
background-color: #BCDD19;
}
</style>
border-color css
<style>
span { border-color: #BCDD19; }
span { border-color: rgb(188,221,25); }
td.TdClassName
{
border-color: #BCDD19;
}
.TagClassName
{
border-color: #BCDD19;
}
</style>