Shades of Inch Worm #BCF01C
Tints of Inch Worm #BCF01C
RGB
CMYK
RGB Variations
Color information
#BCF01C (or 0xBCF01C) is known color: Inch Worm. HEX triplet: BC, F0 and 1C. RGB value is (188,240,28). Sum of RGB (Red+Green+Blue) = 188+240+28=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF01C is #430FE3. Grayscale: #C9C9C9. Windows color (decimal): -4394980 or 1896636. OLE color: 1896636.
HSL color Cylindrical-coordinate representation of color #BCF01C: hue angle of 74.72º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCF01C is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 28 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.06 |
| HSL | 74.72º | 0.88% | 0.53% | - |
| HSV(B) | 74.72º | 0.88% | 0.94% | - |
| XYZ | 52.11 | 73.1 | 12.46 | - |
| YUV | 200.28 | 30.77 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 28 | 0.22 | 0 | 0.88 | 0.06 | 74.72 | 0.88 | 0.53 |
| Hex | BC | F0 | 1C | 16 | 0 | 58 | 6 | 4B | 58 | 35 |
| Octal | 274 | 360 | 34 | 26 | 0 | 130 | 6 | 113 | 130 | 65 |
| Binary | 10111100 | 11110000 | 11100 | 10110 | 0 | 1011000 | 110 | 1001011 | 1011000 | 110101 |
Color Harmonies of #BCF01C
Complementary color
Monochromatic Colors of #BCF01C
Black with #BCF01C
Text Example
Text Example
White with #BCF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF01C; }
p { color: rgb(188,240,28); }
H1.HeaderClassName
{
color: #BCF01C;
}
.AnyTagClassName
{
color: #BCF01C;
}
</style>
background-color css
<style>
a { background-color: #BCF01C; }
a { background-color: rgb(188,240,28); }
div.DivClassName
{
background-color: #BCF01C;
}
.BgClassName
{
background-color: #BCF01C;
}
</style>
border-color css
<style>
span { border-color: #BCF01C; }
span { border-color: rgb(188,240,28); }
td.TdClassName
{
border-color: #BCF01C;
}
.TagClassName
{
border-color: #BCF01C;
}
</style>