Shades of Inch Worm #BEDC0C
Tints of Inch Worm #BEDC0C
RGB
CMYK
RGB Variations
Color information
#BEDC0C (or 0xBEDC0C) is known color: Inch Worm. HEX triplet: BE, DC and 0C. RGB value is (190,220,12). Sum of RGB (Red+Green+Blue) = 190+220+12=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC0C is #4123F3. Grayscale: #BCBCBC. Windows color (decimal): -4269044 or 842942. OLE color: 842942.
HSL color Cylindrical-coordinate representation of color #BEDC0C: hue angle of 68.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEDC0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.14 |
| HSL | 68.65º | 0.9% | 0.45% | - |
| HSV(B) | 68.65º | 0.95% | 0.86% | - |
| XYZ | 46.89 | 62.16 | 9.87 | - |
| YUV | 187.32 | 29.06 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 12 | 0.14 | 0 | 0.95 | 0.14 | 68.65 | 0.9 | 0.45 |
| Hex | BE | DC | C | E | 0 | 5F | E | 45 | 5A | 2D |
| Octal | 276 | 334 | 14 | 16 | 0 | 137 | 16 | 105 | 132 | 55 |
| Binary | 10111110 | 11011100 | 1100 | 1110 | 0 | 1011111 | 1110 | 1000101 | 1011010 | 101101 |
Color Harmonies of #BEDC0C
Complementary color
Monochromatic Colors of #BEDC0C
Black with #BEDC0C
Text Example
Text Example
White with #BEDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC0C; }
p { color: rgb(190,220,12); }
H1.HeaderClassName
{
color: #BEDC0C;
}
.AnyTagClassName
{
color: #BEDC0C;
}
</style>
background-color css
<style>
a { background-color: #BEDC0C; }
a { background-color: rgb(190,220,12); }
div.DivClassName
{
background-color: #BEDC0C;
}
.BgClassName
{
background-color: #BEDC0C;
}
</style>
border-color css
<style>
span { border-color: #BEDC0C; }
span { border-color: rgb(190,220,12); }
td.TdClassName
{
border-color: #BEDC0C;
}
.TagClassName
{
border-color: #BEDC0C;
}
</style>