Shades of Inch Worm #BCD90C
Tints of Inch Worm #BCD90C
RGB
CMYK
RGB Variations
Color information
#BCD90C (or 0xBCD90C) is known color: Inch Worm. HEX triplet: BC, D9 and 0C. RGB value is (188,217,12). Sum of RGB (Red+Green+Blue) = 188+217+12=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD90C is #4326F3. Grayscale: #B9B9B9. Windows color (decimal): -4400884 or 842172. OLE color: 842172.
HSL color Cylindrical-coordinate representation of color #BCD90C: hue angle of 68.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD90C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.15 |
| HSL | 68.49º | 0.9% | 0.45% | - |
| HSV(B) | 68.49º | 0.94% | 0.85% | - |
| XYZ | 45.62 | 60.34 | 9.59 | - |
| YUV | 184.96 | 30.39 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 12 | 0.13 | 0 | 0.94 | 0.15 | 68.49 | 0.9 | 0.45 |
| Hex | BC | D9 | C | D | 0 | 5E | F | 44 | 5A | 2D |
| Octal | 274 | 331 | 14 | 15 | 0 | 136 | 17 | 104 | 132 | 55 |
| Binary | 10111100 | 11011001 | 1100 | 1101 | 0 | 1011110 | 1111 | 1000100 | 1011010 | 101101 |
Color Harmonies of #BCD90C
Complementary color
Monochromatic Colors of #BCD90C
Black with #BCD90C
Text Example
Text Example
White with #BCD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD90C; }
p { color: rgb(188,217,12); }
H1.HeaderClassName
{
color: #BCD90C;
}
.AnyTagClassName
{
color: #BCD90C;
}
</style>
background-color css
<style>
a { background-color: #BCD90C; }
a { background-color: rgb(188,217,12); }
div.DivClassName
{
background-color: #BCD90C;
}
.BgClassName
{
background-color: #BCD90C;
}
</style>
border-color css
<style>
span { border-color: #BCD90C; }
span { border-color: rgb(188,217,12); }
td.TdClassName
{
border-color: #BCD90C;
}
.TagClassName
{
border-color: #BCD90C;
}
</style>