Shades of Inch Worm #BCDC10
Tints of Inch Worm #BCDC10
RGB
CMYK
RGB Variations
Color information
#BCDC10 (or 0xBCDC10) is known color: Inch Worm. HEX triplet: BC, DC and 10. RGB value is (188,220,16). Sum of RGB (Red+Green+Blue) = 188+220+16=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC10 is #4323EF. Grayscale: #BBBBBB. Windows color (decimal): -4400112 or 1105084. OLE color: 1105084.
HSL color Cylindrical-coordinate representation of color #BCDC10: hue angle of 69.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCDC10 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.14 |
| HSL | 69.41º | 0.86% | 0.46% | - |
| HSV(B) | 69.41º | 0.93% | 0.86% | - |
| XYZ | 46.43 | 61.92 | 9.99 | - |
| YUV | 187.18 | 31.4 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 16 | 0.15 | 0 | 0.93 | 0.14 | 69.41 | 0.86 | 0.46 |
| Hex | BC | DC | 10 | F | 0 | 5D | E | 45 | 56 | 2E |
| Octal | 274 | 334 | 20 | 17 | 0 | 135 | 16 | 105 | 126 | 56 |
| Binary | 10111100 | 11011100 | 10000 | 1111 | 0 | 1011101 | 1110 | 1000101 | 1010110 | 101110 |
Color Harmonies of #BCDC10
Complementary color
Monochromatic Colors of #BCDC10
Black with #BCDC10
Text Example
Text Example
White with #BCDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC10; }
p { color: rgb(188,220,16); }
H1.HeaderClassName
{
color: #BCDC10;
}
.AnyTagClassName
{
color: #BCDC10;
}
</style>
background-color css
<style>
a { background-color: #BCDC10; }
a { background-color: rgb(188,220,16); }
div.DivClassName
{
background-color: #BCDC10;
}
.BgClassName
{
background-color: #BCDC10;
}
</style>
border-color css
<style>
span { border-color: #BCDC10; }
span { border-color: rgb(188,220,16); }
td.TdClassName
{
border-color: #BCDC10;
}
.TagClassName
{
border-color: #BCDC10;
}
</style>