Shades of Inch Worm #BCDD18
Tints of Inch Worm #BCDD18
RGB
CMYK
RGB Variations
Color information
#BCDD18 (or 0xBCDD18) is known color: Inch Worm. HEX triplet: BC, DD and 18. RGB value is (188,221,24). Sum of RGB (Red+Green+Blue) = 188+221+24=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD18 is #4322E7. Grayscale: #BDBDBD. Windows color (decimal): -4399848 or 1629628. OLE color: 1629628.
HSL color Cylindrical-coordinate representation of color #BCDD18: hue angle of 70.05º 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 #BCDD18 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 24 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.13 |
| HSL | 70.05º | 0.8% | 0.48% | - |
| HSV(B) | 70.05º | 0.89% | 0.87% | - |
| XYZ | 46.76 | 62.47 | 10.46 | - |
| YUV | 188.68 | 35.07 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 24 | 0.15 | 0 | 0.89 | 0.13 | 70.05 | 0.8 | 0.48 |
| Hex | BC | DD | 18 | F | 0 | 59 | D | 46 | 50 | 30 |
| Octal | 274 | 335 | 30 | 17 | 0 | 131 | 15 | 106 | 120 | 60 |
| Binary | 10111100 | 11011101 | 11000 | 1111 | 0 | 1011001 | 1101 | 1000110 | 1010000 | 110000 |
Color Harmonies of #BCDD18
Complementary color
Monochromatic Colors of #BCDD18
Black with #BCDD18
Text Example
Text Example
White with #BCDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD18; }
p { color: rgb(188,221,24); }
H1.HeaderClassName
{
color: #BCDD18;
}
.AnyTagClassName
{
color: #BCDD18;
}
</style>
background-color css
<style>
a { background-color: #BCDD18; }
a { background-color: rgb(188,221,24); }
div.DivClassName
{
background-color: #BCDD18;
}
.BgClassName
{
background-color: #BCDD18;
}
</style>
border-color css
<style>
span { border-color: #BCDD18; }
span { border-color: rgb(188,221,24); }
td.TdClassName
{
border-color: #BCDD18;
}
.TagClassName
{
border-color: #BCDD18;
}
</style>