Shades of Inch Worm #BCDC06
Tints of Inch Worm #BCDC06
RGB
CMYK
RGB Variations
Color information
#BCDC06 (or 0xBCDC06) is known color: Inch Worm. HEX triplet: BC, DC and 06. RGB value is (188,220,6). Sum of RGB (Red+Green+Blue) = 188+220+6=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC06 is #4323F9. Grayscale: #BABABA. Windows color (decimal): -4400122 or 449724. OLE color: 449724.
HSL color Cylindrical-coordinate representation of color #BCDC06: hue angle of 68.97º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCDC06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.14 |
| HSL | 68.97º | 0.95% | 0.44% | - |
| HSV(B) | 68.97º | 0.97% | 0.86% | - |
| XYZ | 46.37 | 61.89 | 9.67 | - |
| YUV | 186.04 | 26.4 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 6 | 0.15 | 0 | 0.97 | 0.14 | 68.97 | 0.95 | 0.44 |
| Hex | BC | DC | 6 | F | 0 | 61 | E | 45 | 5F | 2C |
| Octal | 274 | 334 | 6 | 17 | 0 | 141 | 16 | 105 | 137 | 54 |
| Binary | 10111100 | 11011100 | 110 | 1111 | 0 | 1100001 | 1110 | 1000101 | 1011111 | 101100 |
Color Harmonies of #BCDC06
Complementary color
Monochromatic Colors of #BCDC06
Black with #BCDC06
Text Example
Text Example
White with #BCDC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC06; }
p { color: rgb(188,220,6); }
H1.HeaderClassName
{
color: #BCDC06;
}
.AnyTagClassName
{
color: #BCDC06;
}
</style>
background-color css
<style>
a { background-color: #BCDC06; }
a { background-color: rgb(188,220,6); }
div.DivClassName
{
background-color: #BCDC06;
}
.BgClassName
{
background-color: #BCDC06;
}
</style>
border-color css
<style>
span { border-color: #BCDC06; }
span { border-color: rgb(188,220,6); }
td.TdClassName
{
border-color: #BCDC06;
}
.TagClassName
{
border-color: #BCDC06;
}
</style>