Shades of Inch Worm #BCDC1D
Tints of Inch Worm #BCDC1D
RGB
CMYK
RGB Variations
Color information
#BCDC1D (or 0xBCDC1D) is known color: Inch Worm. HEX triplet: BC, DC and 1D. RGB value is (188,220,29). Sum of RGB (Red+Green+Blue) = 188+220+29=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC1D is #4323E2. Grayscale: #BDBDBD. Windows color (decimal): -4400099 or 1957052. OLE color: 1957052.
HSL color Cylindrical-coordinate representation of color #BCDC1D: hue angle of 70.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCDC1D is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 29 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.14 |
| HSL | 70.05º | 0.77% | 0.49% | - |
| HSV(B) | 70.05º | 0.87% | 0.86% | - |
| XYZ | 46.55 | 61.97 | 10.67 | - |
| YUV | 188.66 | 37.9 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 29 | 0.15 | 0 | 0.87 | 0.14 | 70.05 | 0.77 | 0.49 |
| Hex | BC | DC | 1D | F | 0 | 57 | E | 46 | 4D | 31 |
| Octal | 274 | 334 | 35 | 17 | 0 | 127 | 16 | 106 | 115 | 61 |
| Binary | 10111100 | 11011100 | 11101 | 1111 | 0 | 1010111 | 1110 | 1000110 | 1001101 | 110001 |
Color Harmonies of #BCDC1D
Complementary color
Monochromatic Colors of #BCDC1D
Black with #BCDC1D
Text Example
Text Example
White with #BCDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC1D; }
p { color: rgb(188,220,29); }
H1.HeaderClassName
{
color: #BCDC1D;
}
.AnyTagClassName
{
color: #BCDC1D;
}
</style>
background-color css
<style>
a { background-color: #BCDC1D; }
a { background-color: rgb(188,220,29); }
div.DivClassName
{
background-color: #BCDC1D;
}
.BgClassName
{
background-color: #BCDC1D;
}
</style>
border-color css
<style>
span { border-color: #BCDC1D; }
span { border-color: rgb(188,220,29); }
td.TdClassName
{
border-color: #BCDC1D;
}
.TagClassName
{
border-color: #BCDC1D;
}
</style>