Shades of Inch Worm #BCED0C
Tints of Inch Worm #BCED0C
RGB
CMYK
RGB Variations
Color information
#BCED0C (or 0xBCED0C) is known color: Inch Worm. HEX triplet: BC, ED and 0C. RGB value is (188,237,12). Sum of RGB (Red+Green+Blue) = 188+237+12=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED0C is #4312F3. Grayscale: #C5C5C5. Windows color (decimal): -4395764 or 847292. OLE color: 847292.
HSL color Cylindrical-coordinate representation of color #BCED0C: hue angle of 73.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCED0C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.07 |
| HSL | 73.07º | 0.9% | 0.49% | - |
| HSV(B) | 73.07º | 0.95% | 0.93% | - |
| XYZ | 51.09 | 71.29 | 11.41 | - |
| YUV | 196.7 | 23.77 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 12 | 0.21 | 0 | 0.95 | 0.07 | 73.07 | 0.9 | 0.49 |
| Hex | BC | ED | C | 15 | 0 | 5F | 7 | 49 | 5A | 31 |
| Octal | 274 | 355 | 14 | 25 | 0 | 137 | 7 | 111 | 132 | 61 |
| Binary | 10111100 | 11101101 | 1100 | 10101 | 0 | 1011111 | 111 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BCED0C
Complementary color
Monochromatic Colors of #BCED0C
Black with #BCED0C
Text Example
Text Example
White with #BCED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED0C; }
p { color: rgb(188,237,12); }
H1.HeaderClassName
{
color: #BCED0C;
}
.AnyTagClassName
{
color: #BCED0C;
}
</style>
background-color css
<style>
a { background-color: #BCED0C; }
a { background-color: rgb(188,237,12); }
div.DivClassName
{
background-color: #BCED0C;
}
.BgClassName
{
background-color: #BCED0C;
}
</style>
border-color css
<style>
span { border-color: #BCED0C; }
span { border-color: rgb(188,237,12); }
td.TdClassName
{
border-color: #BCED0C;
}
.TagClassName
{
border-color: #BCED0C;
}
</style>