Shades of Inch Worm #BEDC13
Tints of Inch Worm #BEDC13
RGB
CMYK
RGB Variations
Color information
#BEDC13 (or 0xBEDC13) is known color: Inch Worm. HEX triplet: BE, DC and 13. RGB value is (190,220,19). Sum of RGB (Red+Green+Blue) = 190+220+19=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC13 is #4123EC. Grayscale: #BCBCBC. Windows color (decimal): -4269037 or 1301694. OLE color: 1301694.
HSL color Cylindrical-coordinate representation of color #BEDC13: hue angle of 68.96º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEDC13 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 19 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.14 |
| HSL | 68.96º | 0.84% | 0.47% | - |
| HSV(B) | 68.96º | 0.91% | 0.86% | - |
| XYZ | 46.95 | 62.18 | 10.14 | - |
| YUV | 188.12 | 32.56 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 19 | 0.14 | 0 | 0.91 | 0.14 | 68.96 | 0.84 | 0.47 |
| Hex | BE | DC | 13 | E | 0 | 5B | E | 45 | 54 | 2F |
| Octal | 276 | 334 | 23 | 16 | 0 | 133 | 16 | 105 | 124 | 57 |
| Binary | 10111110 | 11011100 | 10011 | 1110 | 0 | 1011011 | 1110 | 1000101 | 1010100 | 101111 |
Color Harmonies of #BEDC13
Complementary color
Monochromatic Colors of #BEDC13
Black with #BEDC13
Text Example
Text Example
White with #BEDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC13; }
p { color: rgb(190,220,19); }
H1.HeaderClassName
{
color: #BEDC13;
}
.AnyTagClassName
{
color: #BEDC13;
}
</style>
background-color css
<style>
a { background-color: #BEDC13; }
a { background-color: rgb(190,220,19); }
div.DivClassName
{
background-color: #BEDC13;
}
.BgClassName
{
background-color: #BEDC13;
}
</style>
border-color css
<style>
span { border-color: #BEDC13; }
span { border-color: rgb(190,220,19); }
td.TdClassName
{
border-color: #BEDC13;
}
.TagClassName
{
border-color: #BEDC13;
}
</style>