Shades of Inch Worm #BCDC18
Tints of Inch Worm #BCDC18
RGB
CMYK
RGB Variations
Color information
#BCDC18 (or 0xBCDC18) is known color: Inch Worm. HEX triplet: BC, DC and 18. RGB value is (188,220,24). Sum of RGB (Red+Green+Blue) = 188+220+24=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC18 is #4323E7. Grayscale: #BCBCBC. Windows color (decimal): -4400104 or 1629372. OLE color: 1629372.
HSL color Cylindrical-coordinate representation of color #BCDC18: hue angle of 69.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCDC18 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 24 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.14 |
| HSL | 69.8º | 0.8% | 0.48% | - |
| HSV(B) | 69.8º | 0.89% | 0.86% | - |
| XYZ | 46.5 | 61.94 | 10.37 | - |
| YUV | 188.09 | 35.4 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 24 | 0.15 | 0 | 0.89 | 0.14 | 69.8 | 0.8 | 0.48 |
| Hex | BC | DC | 18 | F | 0 | 59 | E | 46 | 50 | 30 |
| Octal | 274 | 334 | 30 | 17 | 0 | 131 | 16 | 106 | 120 | 60 |
| Binary | 10111100 | 11011100 | 11000 | 1111 | 0 | 1011001 | 1110 | 1000110 | 1010000 | 110000 |
Color Harmonies of #BCDC18
Complementary color
Monochromatic Colors of #BCDC18
Black with #BCDC18
Text Example
Text Example
White with #BCDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC18; }
p { color: rgb(188,220,24); }
H1.HeaderClassName
{
color: #BCDC18;
}
.AnyTagClassName
{
color: #BCDC18;
}
</style>
background-color css
<style>
a { background-color: #BCDC18; }
a { background-color: rgb(188,220,24); }
div.DivClassName
{
background-color: #BCDC18;
}
.BgClassName
{
background-color: #BCDC18;
}
</style>
border-color css
<style>
span { border-color: #BCDC18; }
span { border-color: rgb(188,220,24); }
td.TdClassName
{
border-color: #BCDC18;
}
.TagClassName
{
border-color: #BCDC18;
}
</style>