Shades of Inch Worm #BCDD1D
Tints of Inch Worm #BCDD1D
RGB
CMYK
RGB Variations
Color information
#BCDD1D (or 0xBCDD1D) is known color: Inch Worm. HEX triplet: BC, DD and 1D. RGB value is (188,221,29). Sum of RGB (Red+Green+Blue) = 188+221+29=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD1D is #4322E2. Grayscale: #BDBDBD. Windows color (decimal): -4399843 or 1957308. OLE color: 1957308.
HSL color Cylindrical-coordinate representation of color #BCDD1D: hue angle of 70.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCDD1D is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 29 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.13 |
| HSL | 70.31º | 0.77% | 0.49% | - |
| HSV(B) | 70.31º | 0.87% | 0.87% | - |
| XYZ | 46.82 | 62.49 | 10.76 | - |
| YUV | 189.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 29 | 0.15 | 0 | 0.87 | 0.13 | 70.31 | 0.77 | 0.49 |
| Hex | BC | DD | 1D | F | 0 | 57 | D | 46 | 4D | 31 |
| Octal | 274 | 335 | 35 | 17 | 0 | 127 | 15 | 106 | 115 | 61 |
| Binary | 10111100 | 11011101 | 11101 | 1111 | 0 | 1010111 | 1101 | 1000110 | 1001101 | 110001 |
Color Harmonies of #BCDD1D
Complementary color
Monochromatic Colors of #BCDD1D
Black with #BCDD1D
Text Example
Text Example
White with #BCDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD1D; }
p { color: rgb(188,221,29); }
H1.HeaderClassName
{
color: #BCDD1D;
}
.AnyTagClassName
{
color: #BCDD1D;
}
</style>
background-color css
<style>
a { background-color: #BCDD1D; }
a { background-color: rgb(188,221,29); }
div.DivClassName
{
background-color: #BCDD1D;
}
.BgClassName
{
background-color: #BCDD1D;
}
</style>
border-color css
<style>
span { border-color: #BCDD1D; }
span { border-color: rgb(188,221,29); }
td.TdClassName
{
border-color: #BCDD1D;
}
.TagClassName
{
border-color: #BCDD1D;
}
</style>