Shades of Inch Worm #BCDC0F
Tints of Inch Worm #BCDC0F
RGB
CMYK
RGB Variations
Color information
#BCDC0F (or 0xBCDC0F) is known color: Inch Worm. HEX triplet: BC, DC and 0F. RGB value is (188,220,15). Sum of RGB (Red+Green+Blue) = 188+220+15=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC0F is #4323F0. Grayscale: #BBBBBB. Windows color (decimal): -4400113 or 1039548. OLE color: 1039548.
HSL color Cylindrical-coordinate representation of color #BCDC0F: hue angle of 69.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCDC0F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 15 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.14 |
| HSL | 69.37º | 0.87% | 0.46% | - |
| HSV(B) | 69.37º | 0.93% | 0.86% | - |
| XYZ | 46.42 | 61.91 | 9.96 | - |
| YUV | 187.06 | 30.9 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 15 | 0.15 | 0 | 0.93 | 0.14 | 69.37 | 0.87 | 0.46 |
| Hex | BC | DC | F | F | 0 | 5D | E | 45 | 57 | 2E |
| Octal | 274 | 334 | 17 | 17 | 0 | 135 | 16 | 105 | 127 | 56 |
| Binary | 10111100 | 11011100 | 1111 | 1111 | 0 | 1011101 | 1110 | 1000101 | 1010111 | 101110 |
Color Harmonies of #BCDC0F
Complementary color
Monochromatic Colors of #BCDC0F
Black with #BCDC0F
Text Example
Text Example
White with #BCDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC0F; }
p { color: rgb(188,220,15); }
H1.HeaderClassName
{
color: #BCDC0F;
}
.AnyTagClassName
{
color: #BCDC0F;
}
</style>
background-color css
<style>
a { background-color: #BCDC0F; }
a { background-color: rgb(188,220,15); }
div.DivClassName
{
background-color: #BCDC0F;
}
.BgClassName
{
background-color: #BCDC0F;
}
</style>
border-color css
<style>
span { border-color: #BCDC0F; }
span { border-color: rgb(188,220,15); }
td.TdClassName
{
border-color: #BCDC0F;
}
.TagClassName
{
border-color: #BCDC0F;
}
</style>