Shades of Inch Worm #BEDB19
Tints of Inch Worm #BEDB19
RGB
CMYK
RGB Variations
Color information
#BEDB19 (or 0xBEDB19) is known color: Inch Worm. HEX triplet: BE, DB and 19. RGB value is (190,219,25). Sum of RGB (Red+Green+Blue) = 190+219+25=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB19 is #4124E6. Grayscale: #BCBCBC. Windows color (decimal): -4269287 or 1694654. OLE color: 1694654.
HSL color Cylindrical-coordinate representation of color #BEDB19: hue angle of 68.97º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEDB19 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 25 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.14 |
| HSL | 68.97º | 0.8% | 0.48% | - |
| HSV(B) | 68.97º | 0.89% | 0.86% | - |
| XYZ | 46.74 | 61.68 | 10.36 | - |
| YUV | 188.21 | 35.89 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 25 | 0.13 | 0 | 0.89 | 0.14 | 68.97 | 0.8 | 0.48 |
| Hex | BE | DB | 19 | D | 0 | 59 | E | 45 | 50 | 30 |
| Octal | 276 | 333 | 31 | 15 | 0 | 131 | 16 | 105 | 120 | 60 |
| Binary | 10111110 | 11011011 | 11001 | 1101 | 0 | 1011001 | 1110 | 1000101 | 1010000 | 110000 |
Color Harmonies of #BEDB19
Complementary color
Monochromatic Colors of #BEDB19
Black with #BEDB19
Text Example
Text Example
White with #BEDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB19; }
p { color: rgb(190,219,25); }
H1.HeaderClassName
{
color: #BEDB19;
}
.AnyTagClassName
{
color: #BEDB19;
}
</style>
background-color css
<style>
a { background-color: #BEDB19; }
a { background-color: rgb(190,219,25); }
div.DivClassName
{
background-color: #BEDB19;
}
.BgClassName
{
background-color: #BEDB19;
}
</style>
border-color css
<style>
span { border-color: #BEDB19; }
span { border-color: rgb(190,219,25); }
td.TdClassName
{
border-color: #BEDB19;
}
.TagClassName
{
border-color: #BEDB19;
}
</style>