Shades of Inch Worm #BEDC16
Tints of Inch Worm #BEDC16
RGB
CMYK
RGB Variations
Color information
#BEDC16 (or 0xBEDC16) is known color: Inch Worm. HEX triplet: BE, DC and 16. RGB value is (190,220,22). Sum of RGB (Red+Green+Blue) = 190+220+22=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC16 is #4123E9. Grayscale: #BDBDBD. Windows color (decimal): -4269034 or 1498302. OLE color: 1498302.
HSL color Cylindrical-coordinate representation of color #BEDC16: hue angle of 69.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEDC16 is Cyan = 0.14, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 22 | - |
| CMYK | 0.14 | 0 | 0.9 | 0.14 |
| HSL | 69.09º | 0.82% | 0.47% | - |
| HSV(B) | 69.09º | 0.9% | 0.86% | - |
| XYZ | 46.97 | 62.19 | 10.29 | - |
| YUV | 188.46 | 34.06 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 22 | 0.14 | 0 | 0.9 | 0.14 | 69.09 | 0.82 | 0.47 |
| Hex | BE | DC | 16 | E | 0 | 5A | E | 45 | 52 | 2F |
| Octal | 276 | 334 | 26 | 16 | 0 | 132 | 16 | 105 | 122 | 57 |
| Binary | 10111110 | 11011100 | 10110 | 1110 | 0 | 1011010 | 1110 | 1000101 | 1010010 | 101111 |
Color Harmonies of #BEDC16
Complementary color
Monochromatic Colors of #BEDC16
Black with #BEDC16
Text Example
Text Example
White with #BEDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC16; }
p { color: rgb(190,220,22); }
H1.HeaderClassName
{
color: #BEDC16;
}
.AnyTagClassName
{
color: #BEDC16;
}
</style>
background-color css
<style>
a { background-color: #BEDC16; }
a { background-color: rgb(190,220,22); }
div.DivClassName
{
background-color: #BEDC16;
}
.BgClassName
{
background-color: #BEDC16;
}
</style>
border-color css
<style>
span { border-color: #BEDC16; }
span { border-color: rgb(190,220,22); }
td.TdClassName
{
border-color: #BEDC16;
}
.TagClassName
{
border-color: #BEDC16;
}
</style>