Shades of Inch Worm #BCD915
Tints of Inch Worm #BCD915
RGB
CMYK
RGB Variations
Color information
#BCD915 (or 0xBCD915) is known color: Inch Worm. HEX triplet: BC, D9 and 15. RGB value is (188,217,21). Sum of RGB (Red+Green+Blue) = 188+217+21=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD915 is #4326EA. Grayscale: #BABABA. Windows color (decimal): -4400875 or 1431996. OLE color: 1431996.
HSL color Cylindrical-coordinate representation of color #BCD915: hue angle of 68.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCD915 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 21 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.15 |
| HSL | 68.88º | 0.82% | 0.47% | - |
| HSV(B) | 68.88º | 0.9% | 0.85% | - |
| XYZ | 45.69 | 60.37 | 9.95 | - |
| YUV | 185.99 | 34.89 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 21 | 0.13 | 0 | 0.90 | 0.15 | 68.88 | 0.82 | 0.47 |
| Hex | BC | D9 | 15 | D | 0 | 5A | F | 45 | 52 | 2F |
| Octal | 274 | 331 | 25 | 15 | 0 | 132 | 17 | 105 | 122 | 57 |
| Binary | 10111100 | 11011001 | 10101 | 1101 | 0 | 1011010 | 1111 | 1000101 | 1010010 | 101111 |
Color Harmonies of #BCD915
Complementary color
Monochromatic Colors of #BCD915
Black with #BCD915
Text Example
Text Example
White with #BCD915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD915; }
p { color: rgb(188,217,21); }
H1.HeaderClassName
{
color: #BCD915;
}
.AnyTagClassName
{
color: #BCD915;
}
</style>
background-color css
<style>
a { background-color: #BCD915; }
a { background-color: rgb(188,217,21); }
div.DivClassName
{
background-color: #BCD915;
}
.BgClassName
{
background-color: #BCD915;
}
</style>
border-color css
<style>
span { border-color: #BCD915; }
span { border-color: rgb(188,217,21); }
td.TdClassName
{
border-color: #BCD915;
}
.TagClassName
{
border-color: #BCD915;
}
</style>