Shades of Inch Worm #BCDD0D
Tints of Inch Worm #BCDD0D
RGB
CMYK
RGB Variations
Color information
#BCDD0D (or 0xBCDD0D) is known color: Inch Worm. HEX triplet: BC, DD and 0D. RGB value is (188,221,13). Sum of RGB (Red+Green+Blue) = 188+221+13=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD0D is #4322F2. Grayscale: #BCBCBC. Windows color (decimal): -4399859 or 908732. OLE color: 908732.
HSL color Cylindrical-coordinate representation of color #BCDD0D: hue angle of 69.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCDD0D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 13 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.13 |
| HSL | 69.52º | 0.89% | 0.46% | - |
| HSV(B) | 69.52º | 0.94% | 0.87% | - |
| XYZ | 46.67 | 62.43 | 9.97 | - |
| YUV | 187.42 | 29.57 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 13 | 0.15 | 0 | 0.94 | 0.13 | 69.52 | 0.89 | 0.46 |
| Hex | BC | DD | D | F | 0 | 5E | D | 46 | 59 | 2E |
| Octal | 274 | 335 | 15 | 17 | 0 | 136 | 15 | 106 | 131 | 56 |
| Binary | 10111100 | 11011101 | 1101 | 1111 | 0 | 1011110 | 1101 | 1000110 | 1011001 | 101110 |
Color Harmonies of #BCDD0D
Complementary color
Monochromatic Colors of #BCDD0D
Black with #BCDD0D
Text Example
Text Example
White with #BCDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD0D; }
p { color: rgb(188,221,13); }
H1.HeaderClassName
{
color: #BCDD0D;
}
.AnyTagClassName
{
color: #BCDD0D;
}
</style>
background-color css
<style>
a { background-color: #BCDD0D; }
a { background-color: rgb(188,221,13); }
div.DivClassName
{
background-color: #BCDD0D;
}
.BgClassName
{
background-color: #BCDD0D;
}
</style>
border-color css
<style>
span { border-color: #BCDD0D; }
span { border-color: rgb(188,221,13); }
td.TdClassName
{
border-color: #BCDD0D;
}
.TagClassName
{
border-color: #BCDD0D;
}
</style>