Shades of Inch Worm #BCD917
Tints of Inch Worm #BCD917
RGB
CMYK
RGB Variations
Color information
#BCD917 (or 0xBCD917) is known color: Inch Worm. HEX triplet: BC, D9 and 17. RGB value is (188,217,23). Sum of RGB (Red+Green+Blue) = 188+217+23=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD917 is #4326E8. Grayscale: #BABABA. Windows color (decimal): -4400873 or 1563068. OLE color: 1563068.
HSL color Cylindrical-coordinate representation of color #BCD917: hue angle of 68.97º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD917 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 23 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.15 |
| HSL | 68.97º | 0.81% | 0.47% | - |
| HSV(B) | 68.97º | 0.89% | 0.85% | - |
| XYZ | 45.71 | 60.38 | 10.06 | - |
| YUV | 186.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 23 | 0.13 | 0 | 0.89 | 0.15 | 68.97 | 0.81 | 0.47 |
| Hex | BC | D9 | 17 | D | 0 | 59 | F | 45 | 51 | 2F |
| Octal | 274 | 331 | 27 | 15 | 0 | 131 | 17 | 105 | 121 | 57 |
| Binary | 10111100 | 11011001 | 10111 | 1101 | 0 | 1011001 | 1111 | 1000101 | 1010001 | 101111 |
Color Harmonies of #BCD917
Complementary color
Monochromatic Colors of #BCD917
Black with #BCD917
Text Example
Text Example
White with #BCD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD917; }
p { color: rgb(188,217,23); }
H1.HeaderClassName
{
color: #BCD917;
}
.AnyTagClassName
{
color: #BCD917;
}
</style>
background-color css
<style>
a { background-color: #BCD917; }
a { background-color: rgb(188,217,23); }
div.DivClassName
{
background-color: #BCD917;
}
.BgClassName
{
background-color: #BCD917;
}
</style>
border-color css
<style>
span { border-color: #BCD917; }
span { border-color: rgb(188,217,23); }
td.TdClassName
{
border-color: #BCD917;
}
.TagClassName
{
border-color: #BCD917;
}
</style>