Shades of Inch Worm #BEDC0F
Tints of Inch Worm #BEDC0F
RGB
CMYK
RGB Variations
Color information
#BEDC0F (or 0xBEDC0F) is known color: Inch Worm. HEX triplet: BE, DC and 0F. RGB value is (190,220,15). Sum of RGB (Red+Green+Blue) = 190+220+15=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC0F is #4123F0. Grayscale: #BCBCBC. Windows color (decimal): -4269041 or 1039550. OLE color: 1039550.
HSL color Cylindrical-coordinate representation of color #BEDC0F: hue angle of 68.78º degrees, saturation: 0.87, 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 #BEDC0F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.14 |
| HSL | 68.78º | 0.87% | 0.46% | - |
| HSV(B) | 68.78º | 0.93% | 0.86% | - |
| XYZ | 46.91 | 62.17 | 9.98 | - |
| YUV | 187.66 | 30.56 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 15 | 0.14 | 0 | 0.93 | 0.14 | 68.78 | 0.87 | 0.46 |
| Hex | BE | DC | F | E | 0 | 5D | E | 45 | 57 | 2E |
| Octal | 276 | 334 | 17 | 16 | 0 | 135 | 16 | 105 | 127 | 56 |
| Binary | 10111110 | 11011100 | 1111 | 1110 | 0 | 1011101 | 1110 | 1000101 | 1010111 | 101110 |
Color Harmonies of #BEDC0F
Complementary color
Monochromatic Colors of #BEDC0F
Black with #BEDC0F
Text Example
Text Example
White with #BEDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC0F; }
p { color: rgb(190,220,15); }
H1.HeaderClassName
{
color: #BEDC0F;
}
.AnyTagClassName
{
color: #BEDC0F;
}
</style>
background-color css
<style>
a { background-color: #BEDC0F; }
a { background-color: rgb(190,220,15); }
div.DivClassName
{
background-color: #BEDC0F;
}
.BgClassName
{
background-color: #BEDC0F;
}
</style>
border-color css
<style>
span { border-color: #BEDC0F; }
span { border-color: rgb(190,220,15); }
td.TdClassName
{
border-color: #BEDC0F;
}
.TagClassName
{
border-color: #BEDC0F;
}
</style>