Shades of Inch Worm #BCF322
Tints of Inch Worm #BCF322
RGB
CMYK
RGB Variations
Color information
#BCF322 (or 0xBCF322) is known color: Inch Worm. HEX triplet: BC, F3 and 22. RGB value is (188,243,34). Sum of RGB (Red+Green+Blue) = 188+243+34=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF322 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF322 is #430CDD. Grayscale: #CBCBCB. Windows color (decimal): -4394206 or 2290620. OLE color: 2290620.
HSL color Cylindrical-coordinate representation of color #BCF322: hue angle of 75.79º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCF322 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 34 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.05 |
| HSL | 75.79º | 0.9% | 0.54% | - |
| HSV(B) | 75.79º | 0.86% | 0.95% | - |
| XYZ | 53.08 | 74.91 | 13.17 | - |
| YUV | 202.73 | 32.78 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 34 | 0.23 | 0 | 0.86 | 0.05 | 75.79 | 0.9 | 0.54 |
| Hex | BC | F3 | 22 | 17 | 0 | 56 | 5 | 4C | 5A | 36 |
| Octal | 274 | 363 | 42 | 27 | 0 | 126 | 5 | 114 | 132 | 66 |
| Binary | 10111100 | 11110011 | 100010 | 10111 | 0 | 1010110 | 101 | 1001100 | 1011010 | 110110 |
Color Harmonies of #BCF322
Complementary color
Monochromatic Colors of #BCF322
Black with #BCF322
Text Example
Text Example
White with #BCF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF322; }
p { color: rgb(188,243,34); }
H1.HeaderClassName
{
color: #BCF322;
}
.AnyTagClassName
{
color: #BCF322;
}
</style>
background-color css
<style>
a { background-color: #BCF322; }
a { background-color: rgb(188,243,34); }
div.DivClassName
{
background-color: #BCF322;
}
.BgClassName
{
background-color: #BCF322;
}
</style>
border-color css
<style>
span { border-color: #BCF322; }
span { border-color: rgb(188,243,34); }
td.TdClassName
{
border-color: #BCF322;
}
.TagClassName
{
border-color: #BCF322;
}
</style>