Shades of Inch Worm #BCDF1B
Tints of Inch Worm #BCDF1B
RGB
CMYK
RGB Variations
Color information
#BCDF1B (or 0xBCDF1B) is known color: Inch Worm. HEX triplet: BC, DF and 1B. RGB value is (188,223,27). Sum of RGB (Red+Green+Blue) = 188+223+27=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF1B is #4320E4. Grayscale: #BEBEBE. Windows color (decimal): -4399333 or 1826748. OLE color: 1826748.
HSL color Cylindrical-coordinate representation of color #BCDF1B: hue angle of 70.71º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCDF1B is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 27 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.13 |
| HSL | 70.71º | 0.78% | 0.49% | - |
| HSV(B) | 70.71º | 0.88% | 0.87% | - |
| XYZ | 47.32 | 63.55 | 10.81 | - |
| YUV | 190.19 | 35.9 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 27 | 0.16 | 0 | 0.88 | 0.13 | 70.71 | 0.78 | 0.49 |
| Hex | BC | DF | 1B | 10 | 0 | 58 | D | 47 | 4E | 31 |
| Octal | 274 | 337 | 33 | 20 | 0 | 130 | 15 | 107 | 116 | 61 |
| Binary | 10111100 | 11011111 | 11011 | 10000 | 0 | 1011000 | 1101 | 1000111 | 1001110 | 110001 |
Color Harmonies of #BCDF1B
Complementary color
Monochromatic Colors of #BCDF1B
Black with #BCDF1B
Text Example
Text Example
White with #BCDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF1B; }
p { color: rgb(188,223,27); }
H1.HeaderClassName
{
color: #BCDF1B;
}
.AnyTagClassName
{
color: #BCDF1B;
}
</style>
background-color css
<style>
a { background-color: #BCDF1B; }
a { background-color: rgb(188,223,27); }
div.DivClassName
{
background-color: #BCDF1B;
}
.BgClassName
{
background-color: #BCDF1B;
}
</style>
border-color css
<style>
span { border-color: #BCDF1B; }
span { border-color: rgb(188,223,27); }
td.TdClassName
{
border-color: #BCDF1B;
}
.TagClassName
{
border-color: #BCDF1B;
}
</style>