Shades of Inch Worm #BCE905
Tints of Inch Worm #BCE905
RGB
CMYK
RGB Variations
Color information
#BCE905 (or 0xBCE905) is known color: Inch Worm. HEX triplet: BC, E9 and 05. RGB value is (188,233,5). Sum of RGB (Red+Green+Blue) = 188+233+5=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 233 (91.41% from 255 or 54.69% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE905 is #4316FA. Grayscale: #C2C2C2. Windows color (decimal): -4396795 or 387516. OLE color: 387516.
HSL color Cylindrical-coordinate representation of color #BCE905: hue angle of 71.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCE905 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.09 |
| HSL | 71.84º | 0.96% | 0.47% | - |
| HSV(B) | 71.84º | 0.98% | 0.91% | - |
| XYZ | 49.91 | 68.98 | 10.83 | - |
| YUV | 193.55 | 21.59 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 5 | 0.19 | 0 | 0.98 | 0.09 | 71.84 | 0.96 | 0.47 |
| Hex | BC | E9 | 5 | 13 | 0 | 62 | 9 | 48 | 60 | 2F |
| Octal | 274 | 351 | 5 | 23 | 0 | 142 | 11 | 110 | 140 | 57 |
| Binary | 10111100 | 11101001 | 101 | 10011 | 0 | 1100010 | 1001 | 1001000 | 1100000 | 101111 |
Color Harmonies of #BCE905
Complementary color
Monochromatic Colors of #BCE905
Black with #BCE905
Text Example
Text Example
White with #BCE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE905; }
p { color: rgb(188,233,5); }
H1.HeaderClassName
{
color: #BCE905;
}
.AnyTagClassName
{
color: #BCE905;
}
</style>
background-color css
<style>
a { background-color: #BCE905; }
a { background-color: rgb(188,233,5); }
div.DivClassName
{
background-color: #BCE905;
}
.BgClassName
{
background-color: #BCE905;
}
</style>
border-color css
<style>
span { border-color: #BCE905; }
span { border-color: rgb(188,233,5); }
td.TdClassName
{
border-color: #BCE905;
}
.TagClassName
{
border-color: #BCE905;
}
</style>