Shades of Inch Worm #BEDC14
Tints of Inch Worm #BEDC14
RGB
CMYK
RGB Variations
Color information
#BEDC14 (or 0xBEDC14) is known color: Inch Worm. HEX triplet: BE, DC and 14. RGB value is (190,220,20). Sum of RGB (Red+Green+Blue) = 190+220+20=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDC14 is #4123EB. Grayscale: #BCBCBC. Windows color (decimal): -4269036 or 1367230. OLE color: 1367230.
HSL color Cylindrical-coordinate representation of color #BEDC14: hue angle of 69º degrees, saturation: 0.83, 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 #BEDC14 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 20 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.14 |
| HSL | 69º | 0.83% | 0.47% | - |
| HSV(B) | 69º | 0.91% | 0.86% | - |
| XYZ | 46.95 | 62.18 | 10.19 | - |
| YUV | 188.23 | 33.06 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 20 | 0.14 | 0 | 0.91 | 0.14 | 69 | 0.83 | 0.47 |
| Hex | BE | DC | 14 | E | 0 | 5B | E | 45 | 53 | 2F |
| Octal | 276 | 334 | 24 | 16 | 0 | 133 | 16 | 105 | 123 | 57 |
| Binary | 10111110 | 11011100 | 10100 | 1110 | 0 | 1011011 | 1110 | 1000101 | 1010011 | 101111 |
Color Harmonies of #BEDC14
Complementary color
Monochromatic Colors of #BEDC14
Black with #BEDC14
Text Example
Text Example
White with #BEDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC14; }
p { color: rgb(190,220,20); }
H1.HeaderClassName
{
color: #BEDC14;
}
.AnyTagClassName
{
color: #BEDC14;
}
</style>
background-color css
<style>
a { background-color: #BEDC14; }
a { background-color: rgb(190,220,20); }
div.DivClassName
{
background-color: #BEDC14;
}
.BgClassName
{
background-color: #BEDC14;
}
</style>
border-color css
<style>
span { border-color: #BEDC14; }
span { border-color: rgb(190,220,20); }
td.TdClassName
{
border-color: #BEDC14;
}
.TagClassName
{
border-color: #BEDC14;
}
</style>