Shades of Inch Worm #BCDD02
Tints of Inch Worm #BCDD02
RGB
CMYK
RGB Variations
Color information
#BCDD02 (or 0xBCDD02) is known color: Inch Worm. HEX triplet: BC, DD and 02. RGB value is (188,221,2). Sum of RGB (Red+Green+Blue) = 188+221+2=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD02 is #4322FD. Grayscale: #BBBBBB. Windows color (decimal): -4399870 or 187836. OLE color: 187836.
HSL color Cylindrical-coordinate representation of color #BCDD02: hue angle of 69.04º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCDD02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.13 |
| HSL | 69.04º | 0.98% | 0.44% | - |
| HSV(B) | 69.04º | 0.99% | 0.87% | - |
| XYZ | 46.61 | 62.41 | 9.65 | - |
| YUV | 186.17 | 24.07 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 2 | 0.15 | 0 | 0.99 | 0.13 | 69.04 | 0.98 | 0.44 |
| Hex | BC | DD | 2 | F | 0 | 63 | D | 45 | 62 | 2C |
| Octal | 274 | 335 | 2 | 17 | 0 | 143 | 15 | 105 | 142 | 54 |
| Binary | 10111100 | 11011101 | 10 | 1111 | 0 | 1100011 | 1101 | 1000101 | 1100010 | 101100 |
Color Harmonies of #BCDD02
Complementary color
Monochromatic Colors of #BCDD02
Black with #BCDD02
Text Example
Text Example
White with #BCDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD02; }
p { color: rgb(188,221,2); }
H1.HeaderClassName
{
color: #BCDD02;
}
.AnyTagClassName
{
color: #BCDD02;
}
</style>
background-color css
<style>
a { background-color: #BCDD02; }
a { background-color: rgb(188,221,2); }
div.DivClassName
{
background-color: #BCDD02;
}
.BgClassName
{
background-color: #BCDD02;
}
</style>
border-color css
<style>
span { border-color: #BCDD02; }
span { border-color: rgb(188,221,2); }
td.TdClassName
{
border-color: #BCDD02;
}
.TagClassName
{
border-color: #BCDD02;
}
</style>