Shades of Inch Worm #BCE61B
Tints of Inch Worm #BCE61B
RGB
CMYK
RGB Variations
Color information
#BCE61B (or 0xBCE61B) is known color: Inch Worm. HEX triplet: BC, E6 and 1B. RGB value is (188,230,27). Sum of RGB (Red+Green+Blue) = 188+230+27=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE61B is #4319E4. Grayscale: #C3C3C3. Windows color (decimal): -4397541 or 1828540. OLE color: 1828540.
HSL color Cylindrical-coordinate representation of color #BCE61B: hue angle of 72.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCE61B is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 27 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.10 |
| HSL | 72.41º | 0.8% | 0.5% | - |
| HSV(B) | 72.41º | 0.88% | 0.9% | - |
| XYZ | 49.23 | 67.36 | 11.44 | - |
| YUV | 194.3 | 33.59 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 27 | 0.18 | 0 | 0.88 | 0.10 | 72.41 | 0.8 | 0.5 |
| Hex | BC | E6 | 1B | 12 | 0 | 58 | A | 48 | 50 | 32 |
| Octal | 274 | 346 | 33 | 22 | 0 | 130 | 12 | 110 | 120 | 62 |
| Binary | 10111100 | 11100110 | 11011 | 10010 | 0 | 1011000 | 1010 | 1001000 | 1010000 | 110010 |
Color Harmonies of #BCE61B
Complementary color
Monochromatic Colors of #BCE61B
Black with #BCE61B
Text Example
Text Example
White with #BCE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE61B; }
p { color: rgb(188,230,27); }
H1.HeaderClassName
{
color: #BCE61B;
}
.AnyTagClassName
{
color: #BCE61B;
}
</style>
background-color css
<style>
a { background-color: #BCE61B; }
a { background-color: rgb(188,230,27); }
div.DivClassName
{
background-color: #BCE61B;
}
.BgClassName
{
background-color: #BCE61B;
}
</style>
border-color css
<style>
span { border-color: #BCE61B; }
span { border-color: rgb(188,230,27); }
td.TdClassName
{
border-color: #BCE61B;
}
.TagClassName
{
border-color: #BCE61B;
}
</style>