Shades of Inch Worm #BCDC13
Tints of Inch Worm #BCDC13
RGB
CMYK
RGB Variations
Color information
#BCDC13 (or 0xBCDC13) is known color: Inch Worm. HEX triplet: BC, DC and 13. RGB value is (188,220,19). Sum of RGB (Red+Green+Blue) = 188+220+19=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDC13 is #4323EC. Grayscale: #BCBCBC. Windows color (decimal): -4400109 or 1301692. OLE color: 1301692.
HSL color Cylindrical-coordinate representation of color #BCDC13: hue angle of 69.55º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCDC13 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 19 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.14 |
| HSL | 69.55º | 0.84% | 0.47% | - |
| HSV(B) | 69.55º | 0.91% | 0.86% | - |
| XYZ | 46.45 | 61.92 | 10.12 | - |
| YUV | 187.52 | 32.9 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 19 | 0.15 | 0 | 0.91 | 0.14 | 69.55 | 0.84 | 0.47 |
| Hex | BC | DC | 13 | F | 0 | 5B | E | 46 | 54 | 2F |
| Octal | 274 | 334 | 23 | 17 | 0 | 133 | 16 | 106 | 124 | 57 |
| Binary | 10111100 | 11011100 | 10011 | 1111 | 0 | 1011011 | 1110 | 1000110 | 1010100 | 101111 |
Color Harmonies of #BCDC13
Complementary color
Monochromatic Colors of #BCDC13
Black with #BCDC13
Text Example
Text Example
White with #BCDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC13; }
p { color: rgb(188,220,19); }
H1.HeaderClassName
{
color: #BCDC13;
}
.AnyTagClassName
{
color: #BCDC13;
}
</style>
background-color css
<style>
a { background-color: #BCDC13; }
a { background-color: rgb(188,220,19); }
div.DivClassName
{
background-color: #BCDC13;
}
.BgClassName
{
background-color: #BCDC13;
}
</style>
border-color css
<style>
span { border-color: #BCDC13; }
span { border-color: rgb(188,220,19); }
td.TdClassName
{
border-color: #BCDC13;
}
.TagClassName
{
border-color: #BCDC13;
}
</style>