Shades of Inch Worm #BCDC04
Tints of Inch Worm #BCDC04
RGB
CMYK
RGB Variations
Color information
#BCDC04 (or 0xBCDC04) is known color: Inch Worm. HEX triplet: BC, DC and 04. RGB value is (188,220,4). Sum of RGB (Red+Green+Blue) = 188+220+4=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC04 is #4323FB. Grayscale: #BABABA. Windows color (decimal): -4400124 or 318652. OLE color: 318652.
HSL color Cylindrical-coordinate representation of color #BCDC04: hue angle of 68.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCDC04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.14 |
| HSL | 68.89º | 0.96% | 0.44% | - |
| HSV(B) | 68.89º | 0.98% | 0.86% | - |
| XYZ | 46.35 | 61.89 | 9.62 | - |
| YUV | 185.81 | 25.4 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 4 | 0.15 | 0 | 0.98 | 0.14 | 68.89 | 0.96 | 0.44 |
| Hex | BC | DC | 4 | F | 0 | 62 | E | 45 | 60 | 2C |
| Octal | 274 | 334 | 4 | 17 | 0 | 142 | 16 | 105 | 140 | 54 |
| Binary | 10111100 | 11011100 | 100 | 1111 | 0 | 1100010 | 1110 | 1000101 | 1100000 | 101100 |
Color Harmonies of #BCDC04
Complementary color
Monochromatic Colors of #BCDC04
Black with #BCDC04
Text Example
Text Example
White with #BCDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC04; }
p { color: rgb(188,220,4); }
H1.HeaderClassName
{
color: #BCDC04;
}
.AnyTagClassName
{
color: #BCDC04;
}
</style>
background-color css
<style>
a { background-color: #BCDC04; }
a { background-color: rgb(188,220,4); }
div.DivClassName
{
background-color: #BCDC04;
}
.BgClassName
{
background-color: #BCDC04;
}
</style>
border-color css
<style>
span { border-color: #BCDC04; }
span { border-color: rgb(188,220,4); }
td.TdClassName
{
border-color: #BCDC04;
}
.TagClassName
{
border-color: #BCDC04;
}
</style>