Shades of Inch Worm #BCE312
Tints of Inch Worm #BCE312
RGB
CMYK
RGB Variations
Color information
#BCE312 (or 0xBCE312) is known color: Inch Worm. HEX triplet: BC, E3 and 12. RGB value is (188,227,18). Sum of RGB (Red+Green+Blue) = 188+227+18=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE312 is #431CED. Grayscale: #C0C0C0. Windows color (decimal): -4398318 or 1237948. OLE color: 1237948.
HSL color Cylindrical-coordinate representation of color #BCE312: hue angle of 71.2º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCE312 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 18 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.11 |
| HSL | 71.2º | 0.85% | 0.48% | - |
| HSV(B) | 71.2º | 0.92% | 0.89% | - |
| XYZ | 48.32 | 65.67 | 10.7 | - |
| YUV | 191.51 | 30.08 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 18 | 0.17 | 0 | 0.92 | 0.11 | 71.2 | 0.85 | 0.48 |
| Hex | BC | E3 | 12 | 11 | 0 | 5C | B | 47 | 55 | 30 |
| Octal | 274 | 343 | 22 | 21 | 0 | 134 | 13 | 107 | 125 | 60 |
| Binary | 10111100 | 11100011 | 10010 | 10001 | 0 | 1011100 | 1011 | 1000111 | 1010101 | 110000 |
Color Harmonies of #BCE312
Complementary color
Monochromatic Colors of #BCE312
Black with #BCE312
Text Example
Text Example
White with #BCE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE312; }
p { color: rgb(188,227,18); }
H1.HeaderClassName
{
color: #BCE312;
}
.AnyTagClassName
{
color: #BCE312;
}
</style>
background-color css
<style>
a { background-color: #BCE312; }
a { background-color: rgb(188,227,18); }
div.DivClassName
{
background-color: #BCE312;
}
.BgClassName
{
background-color: #BCE312;
}
</style>
border-color css
<style>
span { border-color: #BCE312; }
span { border-color: rgb(188,227,18); }
td.TdClassName
{
border-color: #BCE312;
}
.TagClassName
{
border-color: #BCE312;
}
</style>