Shades of Inch Worm #BCDD06
Tints of Inch Worm #BCDD06
RGB
CMYK
RGB Variations
Color information
#BCDD06 (or 0xBCDD06) is known color: Inch Worm. HEX triplet: BC, DD and 06. RGB value is (188,221,6). Sum of RGB (Red+Green+Blue) = 188+221+6=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD06 is #4322F9. Grayscale: #BBBBBB. Windows color (decimal): -4399866 or 449980. OLE color: 449980.
HSL color Cylindrical-coordinate representation of color #BCDD06: hue angle of 69.21º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCDD06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.13 |
| HSL | 69.21º | 0.95% | 0.45% | - |
| HSV(B) | 69.21º | 0.97% | 0.87% | - |
| XYZ | 46.63 | 62.42 | 9.76 | - |
| YUV | 186.62 | 26.07 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 6 | 0.15 | 0 | 0.97 | 0.13 | 69.21 | 0.95 | 0.45 |
| Hex | BC | DD | 6 | F | 0 | 61 | D | 45 | 5F | 2D |
| Octal | 274 | 335 | 6 | 17 | 0 | 141 | 15 | 105 | 137 | 55 |
| Binary | 10111100 | 11011101 | 110 | 1111 | 0 | 1100001 | 1101 | 1000101 | 1011111 | 101101 |
Color Harmonies of #BCDD06
Complementary color
Monochromatic Colors of #BCDD06
Black with #BCDD06
Text Example
Text Example
White with #BCDD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD06; }
p { color: rgb(188,221,6); }
H1.HeaderClassName
{
color: #BCDD06;
}
.AnyTagClassName
{
color: #BCDD06;
}
</style>
background-color css
<style>
a { background-color: #BCDD06; }
a { background-color: rgb(188,221,6); }
div.DivClassName
{
background-color: #BCDD06;
}
.BgClassName
{
background-color: #BCDD06;
}
</style>
border-color css
<style>
span { border-color: #BCDD06; }
span { border-color: rgb(188,221,6); }
td.TdClassName
{
border-color: #BCDD06;
}
.TagClassName
{
border-color: #BCDD06;
}
</style>