Shades of Inch Worm #BCE308
Tints of Inch Worm #BCE308
RGB
CMYK
RGB Variations
Color information
#BCE308 (or 0xBCE308) is known color: Inch Worm. HEX triplet: BC, E3 and 08. RGB value is (188,227,8). Sum of RGB (Red+Green+Blue) = 188+227+8=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE308 is #431CF7. Grayscale: #BFBFBF. Windows color (decimal): -4398328 or 582588. OLE color: 582588.
HSL color Cylindrical-coordinate representation of color #BCE308: hue angle of 70.68º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCE308 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.11 |
| HSL | 70.68º | 0.93% | 0.46% | - |
| HSV(B) | 70.68º | 0.96% | 0.89% | - |
| XYZ | 48.25 | 65.65 | 10.36 | - |
| YUV | 190.37 | 25.08 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 8 | 0.17 | 0 | 0.96 | 0.11 | 70.68 | 0.93 | 0.46 |
| Hex | BC | E3 | 8 | 11 | 0 | 60 | B | 47 | 5D | 2E |
| Octal | 274 | 343 | 10 | 21 | 0 | 140 | 13 | 107 | 135 | 56 |
| Binary | 10111100 | 11100011 | 1000 | 10001 | 0 | 1100000 | 1011 | 1000111 | 1011101 | 101110 |
Color Harmonies of #BCE308
Complementary color
Monochromatic Colors of #BCE308
Black with #BCE308
Text Example
Text Example
White with #BCE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE308; }
p { color: rgb(188,227,8); }
H1.HeaderClassName
{
color: #BCE308;
}
.AnyTagClassName
{
color: #BCE308;
}
</style>
background-color css
<style>
a { background-color: #BCE308; }
a { background-color: rgb(188,227,8); }
div.DivClassName
{
background-color: #BCE308;
}
.BgClassName
{
background-color: #BCE308;
}
</style>
border-color css
<style>
span { border-color: #BCE308; }
span { border-color: rgb(188,227,8); }
td.TdClassName
{
border-color: #BCE308;
}
.TagClassName
{
border-color: #BCE308;
}
</style>