Shades of Inch Worm #BCE30B
Tints of Inch Worm #BCE30B
RGB
CMYK
RGB Variations
Color information
#BCE30B (or 0xBCE30B) is known color: Inch Worm. HEX triplet: BC, E3 and 0B. RGB value is (188,227,11). Sum of RGB (Red+Green+Blue) = 188+227+11=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE30B is #431CF4. Grayscale: #BFBFBF. Windows color (decimal): -4398325 or 779196. OLE color: 779196.
HSL color Cylindrical-coordinate representation of color #BCE30B: hue angle of 70.83º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCE30B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.11 |
| HSL | 70.83º | 0.91% | 0.47% | - |
| HSV(B) | 70.83º | 0.95% | 0.89% | - |
| XYZ | 48.27 | 65.65 | 10.45 | - |
| YUV | 190.72 | 26.58 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 11 | 0.17 | 0 | 0.95 | 0.11 | 70.83 | 0.91 | 0.47 |
| Hex | BC | E3 | B | 11 | 0 | 5F | B | 47 | 5B | 2F |
| Octal | 274 | 343 | 13 | 21 | 0 | 137 | 13 | 107 | 133 | 57 |
| Binary | 10111100 | 11100011 | 1011 | 10001 | 0 | 1011111 | 1011 | 1000111 | 1011011 | 101111 |
Color Harmonies of #BCE30B
Complementary color
Monochromatic Colors of #BCE30B
Black with #BCE30B
Text Example
Text Example
White with #BCE30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE30B; }
p { color: rgb(188,227,11); }
H1.HeaderClassName
{
color: #BCE30B;
}
.AnyTagClassName
{
color: #BCE30B;
}
</style>
background-color css
<style>
a { background-color: #BCE30B; }
a { background-color: rgb(188,227,11); }
div.DivClassName
{
background-color: #BCE30B;
}
.BgClassName
{
background-color: #BCE30B;
}
</style>
border-color css
<style>
span { border-color: #BCE30B; }
span { border-color: rgb(188,227,11); }
td.TdClassName
{
border-color: #BCE30B;
}
.TagClassName
{
border-color: #BCE30B;
}
</style>