Shades of Inch Worm #BEDC0A
Tints of Inch Worm #BEDC0A
RGB
CMYK
RGB Variations
Color information
#BEDC0A (or 0xBEDC0A) is known color: Inch Worm. HEX triplet: BE, DC and 0A. RGB value is (190,220,10). Sum of RGB (Red+Green+Blue) = 190+220+10=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC0A is #4123F5. Grayscale: #BBBBBB. Windows color (decimal): -4269046 or 711870. OLE color: 711870.
HSL color Cylindrical-coordinate representation of color #BEDC0A: hue angle of 68.57º degrees, saturation: 0.91, 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 #BEDC0A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.14 |
| HSL | 68.57º | 0.91% | 0.45% | - |
| HSV(B) | 68.57º | 0.95% | 0.86% | - |
| XYZ | 46.88 | 62.16 | 9.81 | - |
| YUV | 187.09 | 28.06 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 10 | 0.14 | 0 | 0.95 | 0.14 | 68.57 | 0.91 | 0.45 |
| Hex | BE | DC | A | E | 0 | 5F | E | 45 | 5B | 2D |
| Octal | 276 | 334 | 12 | 16 | 0 | 137 | 16 | 105 | 133 | 55 |
| Binary | 10111110 | 11011100 | 1010 | 1110 | 0 | 1011111 | 1110 | 1000101 | 1011011 | 101101 |
Color Harmonies of #BEDC0A
Complementary color
Monochromatic Colors of #BEDC0A
Black with #BEDC0A
Text Example
Text Example
White with #BEDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC0A; }
p { color: rgb(190,220,10); }
H1.HeaderClassName
{
color: #BEDC0A;
}
.AnyTagClassName
{
color: #BEDC0A;
}
</style>
background-color css
<style>
a { background-color: #BEDC0A; }
a { background-color: rgb(190,220,10); }
div.DivClassName
{
background-color: #BEDC0A;
}
.BgClassName
{
background-color: #BEDC0A;
}
</style>
border-color css
<style>
span { border-color: #BEDC0A; }
span { border-color: rgb(190,220,10); }
td.TdClassName
{
border-color: #BEDC0A;
}
.TagClassName
{
border-color: #BEDC0A;
}
</style>