Shades of Inch Worm #BCE521
Tints of Inch Worm #BCE521
RGB
CMYK
RGB Variations
Color information
#BCE521 (or 0xBCE521) is known color: Inch Worm. HEX triplet: BC, E5 and 21. RGB value is (188,229,33). Sum of RGB (Red+Green+Blue) = 188+229+33=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE521 is #431ADE. Grayscale: #C3C3C3. Windows color (decimal): -4397791 or 2221500. OLE color: 2221500.
HSL color Cylindrical-coordinate representation of color #BCE521: hue angle of 72.55º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE521 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 33 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.10 |
| HSL | 72.55º | 0.79% | 0.51% | - |
| HSV(B) | 72.55º | 0.86% | 0.9% | - |
| XYZ | 49.03 | 66.84 | 11.76 | - |
| YUV | 194.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 33 | 0.18 | 0 | 0.86 | 0.10 | 72.55 | 0.79 | 0.51 |
| Hex | BC | E5 | 21 | 12 | 0 | 56 | A | 49 | 4F | 33 |
| Octal | 274 | 345 | 41 | 22 | 0 | 126 | 12 | 111 | 117 | 63 |
| Binary | 10111100 | 11100101 | 100001 | 10010 | 0 | 1010110 | 1010 | 1001001 | 1001111 | 110011 |
Color Harmonies of #BCE521
Complementary color
Monochromatic Colors of #BCE521
Black with #BCE521
Text Example
Text Example
White with #BCE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE521; }
p { color: rgb(188,229,33); }
H1.HeaderClassName
{
color: #BCE521;
}
.AnyTagClassName
{
color: #BCE521;
}
</style>
background-color css
<style>
a { background-color: #BCE521; }
a { background-color: rgb(188,229,33); }
div.DivClassName
{
background-color: #BCE521;
}
.BgClassName
{
background-color: #BCE521;
}
</style>
border-color css
<style>
span { border-color: #BCE521; }
span { border-color: rgb(188,229,33); }
td.TdClassName
{
border-color: #BCE521;
}
.TagClassName
{
border-color: #BCE521;
}
</style>