Shades of Inch Worm #BCDD09
Tints of Inch Worm #BCDD09
RGB
CMYK
RGB Variations
Color information
#BCDD09 (or 0xBCDD09) is known color: Inch Worm. HEX triplet: BC, DD and 09. RGB value is (188,221,9). Sum of RGB (Red+Green+Blue) = 188+221+9=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD09 is #4322F6. Grayscale: #BBBBBB. Windows color (decimal): -4399863 or 646588. OLE color: 646588.
HSL color Cylindrical-coordinate representation of color #BCDD09: hue angle of 69.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCDD09 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.13 |
| HSL | 69.34º | 0.92% | 0.45% | - |
| HSV(B) | 69.34º | 0.96% | 0.87% | - |
| XYZ | 46.64 | 62.42 | 9.85 | - |
| YUV | 186.97 | 27.57 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 9 | 0.15 | 0 | 0.96 | 0.13 | 69.34 | 0.92 | 0.45 |
| Hex | BC | DD | 9 | F | 0 | 60 | D | 45 | 5C | 2D |
| Octal | 274 | 335 | 11 | 17 | 0 | 140 | 15 | 105 | 134 | 55 |
| Binary | 10111100 | 11011101 | 1001 | 1111 | 0 | 1100000 | 1101 | 1000101 | 1011100 | 101101 |
Color Harmonies of #BCDD09
Complementary color
Monochromatic Colors of #BCDD09
Black with #BCDD09
Text Example
Text Example
White with #BCDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD09; }
p { color: rgb(188,221,9); }
H1.HeaderClassName
{
color: #BCDD09;
}
.AnyTagClassName
{
color: #BCDD09;
}
</style>
background-color css
<style>
a { background-color: #BCDD09; }
a { background-color: rgb(188,221,9); }
div.DivClassName
{
background-color: #BCDD09;
}
.BgClassName
{
background-color: #BCDD09;
}
</style>
border-color css
<style>
span { border-color: #BCDD09; }
span { border-color: rgb(188,221,9); }
td.TdClassName
{
border-color: #BCDD09;
}
.TagClassName
{
border-color: #BCDD09;
}
</style>