Shades of Inch Worm #BCDC0B
Tints of Inch Worm #BCDC0B
RGB
CMYK
RGB Variations
Color information
#BCDC0B (or 0xBCDC0B) is known color: Inch Worm. HEX triplet: BC, DC and 0B. RGB value is (188,220,11). Sum of RGB (Red+Green+Blue) = 188+220+11=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC0B is #4323F4. Grayscale: #BBBBBB. Windows color (decimal): -4400117 or 777404. OLE color: 777404.
HSL color Cylindrical-coordinate representation of color #BCDC0B: hue angle of 69.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCDC0B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.14 |
| HSL | 69.19º | 0.9% | 0.45% | - |
| HSV(B) | 69.19º | 0.95% | 0.86% | - |
| XYZ | 46.39 | 61.9 | 9.82 | - |
| YUV | 186.61 | 28.9 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 11 | 0.15 | 0 | 0.95 | 0.14 | 69.19 | 0.9 | 0.45 |
| Hex | BC | DC | B | F | 0 | 5F | E | 45 | 5A | 2D |
| Octal | 274 | 334 | 13 | 17 | 0 | 137 | 16 | 105 | 132 | 55 |
| Binary | 10111100 | 11011100 | 1011 | 1111 | 0 | 1011111 | 1110 | 1000101 | 1011010 | 101101 |
Color Harmonies of #BCDC0B
Complementary color
Monochromatic Colors of #BCDC0B
Black with #BCDC0B
Text Example
Text Example
White with #BCDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC0B; }
p { color: rgb(188,220,11); }
H1.HeaderClassName
{
color: #BCDC0B;
}
.AnyTagClassName
{
color: #BCDC0B;
}
</style>
background-color css
<style>
a { background-color: #BCDC0B; }
a { background-color: rgb(188,220,11); }
div.DivClassName
{
background-color: #BCDC0B;
}
.BgClassName
{
background-color: #BCDC0B;
}
</style>
border-color css
<style>
span { border-color: #BCDC0B; }
span { border-color: rgb(188,220,11); }
td.TdClassName
{
border-color: #BCDC0B;
}
.TagClassName
{
border-color: #BCDC0B;
}
</style>