Shades of Inch Worm #BCE317
Tints of Inch Worm #BCE317
RGB
CMYK
RGB Variations
Color information
#BCE317 (or 0xBCE317) is known color: Inch Worm. HEX triplet: BC, E3 and 17. RGB value is (188,227,23). Sum of RGB (Red+Green+Blue) = 188+227+23=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE317 is #431CE8. Grayscale: #C0C0C0. Windows color (decimal): -4398313 or 1565628. OLE color: 1565628.
HSL color Cylindrical-coordinate representation of color #BCE317: hue angle of 71.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCE317 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 23 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.11 |
| HSL | 71.47º | 0.82% | 0.49% | - |
| HSV(B) | 71.47º | 0.9% | 0.89% | - |
| XYZ | 48.36 | 65.69 | 10.94 | - |
| YUV | 192.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 23 | 0.17 | 0 | 0.90 | 0.11 | 71.47 | 0.82 | 0.49 |
| Hex | BC | E3 | 17 | 11 | 0 | 5A | B | 47 | 52 | 31 |
| Octal | 274 | 343 | 27 | 21 | 0 | 132 | 13 | 107 | 122 | 61 |
| Binary | 10111100 | 11100011 | 10111 | 10001 | 0 | 1011010 | 1011 | 1000111 | 1010010 | 110001 |
Color Harmonies of #BCE317
Complementary color
Monochromatic Colors of #BCE317
Black with #BCE317
Text Example
Text Example
White with #BCE317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE317; }
p { color: rgb(188,227,23); }
H1.HeaderClassName
{
color: #BCE317;
}
.AnyTagClassName
{
color: #BCE317;
}
</style>
background-color css
<style>
a { background-color: #BCE317; }
a { background-color: rgb(188,227,23); }
div.DivClassName
{
background-color: #BCE317;
}
.BgClassName
{
background-color: #BCE317;
}
</style>
border-color css
<style>
span { border-color: #BCE317; }
span { border-color: rgb(188,227,23); }
td.TdClassName
{
border-color: #BCE317;
}
.TagClassName
{
border-color: #BCE317;
}
</style>