Shades of Inch Worm #BCE717
Tints of Inch Worm #BCE717
RGB
CMYK
RGB Variations
Color information
#BCE717 (or 0xBCE717) is known color: Inch Worm. HEX triplet: BC, E7 and 17. RGB value is (188,231,23). Sum of RGB (Red+Green+Blue) = 188+231+23=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE717 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE717 is #4318E8. Grayscale: #C3C3C3. Windows color (decimal): -4397289 or 1566652. OLE color: 1566652.
HSL color Cylindrical-coordinate representation of color #BCE717: hue angle of 72.4º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCE717 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 23 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.09 |
| HSL | 72.4º | 0.82% | 0.5% | - |
| HSV(B) | 72.4º | 0.9% | 0.91% | - |
| XYZ | 49.47 | 67.91 | 11.31 | - |
| YUV | 194.43 | 31.25 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 23 | 0.19 | 0 | 0.90 | 0.09 | 72.4 | 0.82 | 0.5 |
| Hex | BC | E7 | 17 | 13 | 0 | 5A | 9 | 48 | 52 | 32 |
| Octal | 274 | 347 | 27 | 23 | 0 | 132 | 11 | 110 | 122 | 62 |
| Binary | 10111100 | 11100111 | 10111 | 10011 | 0 | 1011010 | 1001 | 1001000 | 1010010 | 110010 |
Color Harmonies of #BCE717
Complementary color
Monochromatic Colors of #BCE717
Black with #BCE717
Text Example
Text Example
White with #BCE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE717; }
p { color: rgb(188,231,23); }
H1.HeaderClassName
{
color: #BCE717;
}
.AnyTagClassName
{
color: #BCE717;
}
</style>
background-color css
<style>
a { background-color: #BCE717; }
a { background-color: rgb(188,231,23); }
div.DivClassName
{
background-color: #BCE717;
}
.BgClassName
{
background-color: #BCE717;
}
</style>
border-color css
<style>
span { border-color: #BCE717; }
span { border-color: rgb(188,231,23); }
td.TdClassName
{
border-color: #BCE717;
}
.TagClassName
{
border-color: #BCE717;
}
</style>