Shades of Inch Worm #BCD900
Tints of Inch Worm #BCD900
RGB
CMYK
RGB Variations
Color information
#BCD900 (or 0xBCD900) is known color: Inch Worm. HEX triplet: BC, D9 and 00. RGB value is (188,217,0). Sum of RGB (Red+Green+Blue) = 188+217+0=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD900 is #4326FF. Grayscale: #B8B8B8. Windows color (decimal): -4400896 or 55740. OLE color: 55740.
HSL color Cylindrical-coordinate representation of color #BCD900: hue angle of 68.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCD900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.15 |
| HSL | 68.02º | 1% | 0.43% | - |
| HSV(B) | 68.02º | 1% | 0.85% | - |
| XYZ | 45.55 | 60.32 | 9.24 | - |
| YUV | 183.59 | 24.39 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 0 | 0.13 | 0 | 1 | 0.15 | 68.02 | 1 | 0.43 |
| Hex | BC | D9 | 0 | D | 0 | 64 | F | 44 | 64 | 2B |
| Octal | 274 | 331 | 0 | 15 | 0 | 144 | 17 | 104 | 144 | 53 |
| Binary | 10111100 | 11011001 | 0 | 1101 | 0 | 1100100 | 1111 | 1000100 | 1100100 | 101011 |
Color Harmonies of #BCD900
Complementary color
Monochromatic Colors of #BCD900
Black with #BCD900
Text Example
Text Example
White with #BCD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD900; }
p { color: rgb(188,217,0); }
H1.HeaderClassName
{
color: #BCD900;
}
.AnyTagClassName
{
color: #BCD900;
}
</style>
background-color css
<style>
a { background-color: #BCD900; }
a { background-color: rgb(188,217,0); }
div.DivClassName
{
background-color: #BCD900;
}
.BgClassName
{
background-color: #BCD900;
}
</style>
border-color css
<style>
span { border-color: #BCD900; }
span { border-color: rgb(188,217,0); }
td.TdClassName
{
border-color: #BCD900;
}
.TagClassName
{
border-color: #BCD900;
}
</style>