Shades of Inch Worm #BCD90F
Tints of Inch Worm #BCD90F
RGB
CMYK
RGB Variations
Color information
#BCD90F (or 0xBCD90F) is known color: Inch Worm. HEX triplet: BC, D9 and 0F. RGB value is (188,217,15). Sum of RGB (Red+Green+Blue) = 188+217+15=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD90F is #4326F0. Grayscale: #BABABA. Windows color (decimal): -4400881 or 1038780. OLE color: 1038780.
HSL color Cylindrical-coordinate representation of color #BCD90F: hue angle of 68.61º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCD90F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 15 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.15 |
| HSL | 68.61º | 0.87% | 0.45% | - |
| HSV(B) | 68.61º | 0.93% | 0.85% | - |
| XYZ | 45.64 | 60.35 | 9.7 | - |
| YUV | 185.3 | 31.89 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 15 | 0.13 | 0 | 0.93 | 0.15 | 68.61 | 0.87 | 0.45 |
| Hex | BC | D9 | F | D | 0 | 5D | F | 45 | 57 | 2D |
| Octal | 274 | 331 | 17 | 15 | 0 | 135 | 17 | 105 | 127 | 55 |
| Binary | 10111100 | 11011001 | 1111 | 1101 | 0 | 1011101 | 1111 | 1000101 | 1010111 | 101101 |
Color Harmonies of #BCD90F
Complementary color
Monochromatic Colors of #BCD90F
Black with #BCD90F
Text Example
Text Example
White with #BCD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD90F; }
p { color: rgb(188,217,15); }
H1.HeaderClassName
{
color: #BCD90F;
}
.AnyTagClassName
{
color: #BCD90F;
}
</style>
background-color css
<style>
a { background-color: #BCD90F; }
a { background-color: rgb(188,217,15); }
div.DivClassName
{
background-color: #BCD90F;
}
.BgClassName
{
background-color: #BCD90F;
}
</style>
border-color css
<style>
span { border-color: #BCD90F; }
span { border-color: rgb(188,217,15); }
td.TdClassName
{
border-color: #BCD90F;
}
.TagClassName
{
border-color: #BCD90F;
}
</style>