Shades of Inch Worm #BEDB11
Tints of Inch Worm #BEDB11
RGB
CMYK
RGB Variations
Color information
#BEDB11 (or 0xBEDB11) is known color: Inch Worm. HEX triplet: BE, DB and 11. RGB value is (190,219,17). Sum of RGB (Red+Green+Blue) = 190+219+17=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB11 is #4124EE. Grayscale: #BCBCBC. Windows color (decimal): -4269295 or 1170366. OLE color: 1170366.
HSL color Cylindrical-coordinate representation of color #BEDB11: hue angle of 68.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEDB11 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.14 |
| HSL | 68.61º | 0.86% | 0.46% | - |
| HSV(B) | 68.61º | 0.92% | 0.86% | - |
| XYZ | 46.67 | 61.65 | 9.97 | - |
| YUV | 187.3 | 31.89 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 17 | 0.13 | 0 | 0.92 | 0.14 | 68.61 | 0.86 | 0.46 |
| Hex | BE | DB | 11 | D | 0 | 5C | E | 45 | 56 | 2E |
| Octal | 276 | 333 | 21 | 15 | 0 | 134 | 16 | 105 | 126 | 56 |
| Binary | 10111110 | 11011011 | 10001 | 1101 | 0 | 1011100 | 1110 | 1000101 | 1010110 | 101110 |
Color Harmonies of #BEDB11
Complementary color
Monochromatic Colors of #BEDB11
Black with #BEDB11
Text Example
Text Example
White with #BEDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB11; }
p { color: rgb(190,219,17); }
H1.HeaderClassName
{
color: #BEDB11;
}
.AnyTagClassName
{
color: #BEDB11;
}
</style>
background-color css
<style>
a { background-color: #BEDB11; }
a { background-color: rgb(190,219,17); }
div.DivClassName
{
background-color: #BEDB11;
}
.BgClassName
{
background-color: #BEDB11;
}
</style>
border-color css
<style>
span { border-color: #BEDB11; }
span { border-color: rgb(190,219,17); }
td.TdClassName
{
border-color: #BEDB11;
}
.TagClassName
{
border-color: #BEDB11;
}
</style>