Shades of Inch Worm #BCE319
Tints of Inch Worm #BCE319
RGB
CMYK
RGB Variations
Color information
#BCE319 (or 0xBCE319) is known color: Inch Worm. HEX triplet: BC, E3 and 19. RGB value is (188,227,25). Sum of RGB (Red+Green+Blue) = 188+227+25=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE319 is #431CE6. Grayscale: #C1C1C1. Windows color (decimal): -4398311 or 1696700. OLE color: 1696700.
HSL color Cylindrical-coordinate representation of color #BCE319: hue angle of 71.58º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCE319 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 25 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.11 |
| HSL | 71.58º | 0.8% | 0.49% | - |
| HSV(B) | 71.58º | 0.89% | 0.89% | - |
| XYZ | 48.38 | 65.7 | 11.05 | - |
| YUV | 192.31 | 33.58 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 25 | 0.17 | 0 | 0.89 | 0.11 | 71.58 | 0.8 | 0.49 |
| Hex | BC | E3 | 19 | 11 | 0 | 59 | B | 48 | 50 | 31 |
| Octal | 274 | 343 | 31 | 21 | 0 | 131 | 13 | 110 | 120 | 61 |
| Binary | 10111100 | 11100011 | 11001 | 10001 | 0 | 1011001 | 1011 | 1001000 | 1010000 | 110001 |
Color Harmonies of #BCE319
Complementary color
Monochromatic Colors of #BCE319
Black with #BCE319
Text Example
Text Example
White with #BCE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE319; }
p { color: rgb(188,227,25); }
H1.HeaderClassName
{
color: #BCE319;
}
.AnyTagClassName
{
color: #BCE319;
}
</style>
background-color css
<style>
a { background-color: #BCE319; }
a { background-color: rgb(188,227,25); }
div.DivClassName
{
background-color: #BCE319;
}
.BgClassName
{
background-color: #BCE319;
}
</style>
border-color css
<style>
span { border-color: #BCE319; }
span { border-color: rgb(188,227,25); }
td.TdClassName
{
border-color: #BCE319;
}
.TagClassName
{
border-color: #BCE319;
}
</style>