Shades of Inch Worm #BEDC10
Tints of Inch Worm #BEDC10
RGB
CMYK
RGB Variations
Color information
#BEDC10 (or 0xBEDC10) is known color: Inch Worm. HEX triplet: BE, DC and 10. RGB value is (190,220,16). Sum of RGB (Red+Green+Blue) = 190+220+16=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC10 is #4123EF. Grayscale: #BCBCBC. Windows color (decimal): -4269040 or 1105086. OLE color: 1105086.
HSL color Cylindrical-coordinate representation of color #BEDC10: hue angle of 68.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEDC10 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 16 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.14 |
| HSL | 68.82º | 0.86% | 0.46% | - |
| HSV(B) | 68.82º | 0.93% | 0.86% | - |
| XYZ | 46.92 | 62.17 | 10.02 | - |
| YUV | 187.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 16 | 0.14 | 0 | 0.93 | 0.14 | 68.82 | 0.86 | 0.46 |
| Hex | BE | DC | 10 | E | 0 | 5D | E | 45 | 56 | 2E |
| Octal | 276 | 334 | 20 | 16 | 0 | 135 | 16 | 105 | 126 | 56 |
| Binary | 10111110 | 11011100 | 10000 | 1110 | 0 | 1011101 | 1110 | 1000101 | 1010110 | 101110 |
Color Harmonies of #BEDC10
Complementary color
Monochromatic Colors of #BEDC10
Black with #BEDC10
Text Example
Text Example
White with #BEDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC10; }
p { color: rgb(190,220,16); }
H1.HeaderClassName
{
color: #BEDC10;
}
.AnyTagClassName
{
color: #BEDC10;
}
</style>
background-color css
<style>
a { background-color: #BEDC10; }
a { background-color: rgb(190,220,16); }
div.DivClassName
{
background-color: #BEDC10;
}
.BgClassName
{
background-color: #BEDC10;
}
</style>
border-color css
<style>
span { border-color: #BEDC10; }
span { border-color: rgb(190,220,16); }
td.TdClassName
{
border-color: #BEDC10;
}
.TagClassName
{
border-color: #BEDC10;
}
</style>