Shades of Inch Worm #BCE70B
Tints of Inch Worm #BCE70B
RGB
CMYK
RGB Variations
Color information
#BCE70B (or 0xBCE70B) is known color: Inch Worm. HEX triplet: BC, E7 and 0B. RGB value is (188,231,11). Sum of RGB (Red+Green+Blue) = 188+231+11=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 231 (90.62% from 255 or 53.72% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE70B is #4318F4. Grayscale: #C1C1C1. Windows color (decimal): -4397301 or 780220. OLE color: 780220.
HSL color Cylindrical-coordinate representation of color #BCE70B: hue angle of 71.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCE70B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.09 |
| HSL | 71.73º | 0.91% | 0.47% | - |
| HSV(B) | 71.73º | 0.95% | 0.91% | - |
| XYZ | 49.38 | 67.87 | 10.81 | - |
| YUV | 193.06 | 25.25 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 11 | 0.19 | 0 | 0.95 | 0.09 | 71.73 | 0.91 | 0.47 |
| Hex | BC | E7 | B | 13 | 0 | 5F | 9 | 48 | 5B | 2F |
| Octal | 274 | 347 | 13 | 23 | 0 | 137 | 11 | 110 | 133 | 57 |
| Binary | 10111100 | 11100111 | 1011 | 10011 | 0 | 1011111 | 1001 | 1001000 | 1011011 | 101111 |
Color Harmonies of #BCE70B
Complementary color
Monochromatic Colors of #BCE70B
Black with #BCE70B
Text Example
Text Example
White with #BCE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE70B; }
p { color: rgb(188,231,11); }
H1.HeaderClassName
{
color: #BCE70B;
}
.AnyTagClassName
{
color: #BCE70B;
}
</style>
background-color css
<style>
a { background-color: #BCE70B; }
a { background-color: rgb(188,231,11); }
div.DivClassName
{
background-color: #BCE70B;
}
.BgClassName
{
background-color: #BCE70B;
}
</style>
border-color css
<style>
span { border-color: #BCE70B; }
span { border-color: rgb(188,231,11); }
td.TdClassName
{
border-color: #BCE70B;
}
.TagClassName
{
border-color: #BCE70B;
}
</style>