Shades of Inch Worm #BEDA0B
Tints of Inch Worm #BEDA0B
RGB
CMYK
RGB Variations
Color information
#BEDA0B (or 0xBEDA0B) is known color: Inch Worm. HEX triplet: BE, DA and 0B. RGB value is (190,218,11). Sum of RGB (Red+Green+Blue) = 190+218+11=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDA0B is #4125F4. Grayscale: #BABABA. Windows color (decimal): -4269557 or 776894. OLE color: 776894.
HSL color Cylindrical-coordinate representation of color #BEDA0B: hue angle of 68.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEDA0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.15 |
| HSL | 68.12º | 0.9% | 0.45% | - |
| HSV(B) | 68.12º | 0.95% | 0.85% | - |
| XYZ | 46.37 | 61.11 | 9.67 | - |
| YUV | 186.03 | 29.22 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 11 | 0.13 | 0 | 0.95 | 0.15 | 68.12 | 0.9 | 0.45 |
| Hex | BE | DA | B | D | 0 | 5F | F | 44 | 5A | 2D |
| Octal | 276 | 332 | 13 | 15 | 0 | 137 | 17 | 104 | 132 | 55 |
| Binary | 10111110 | 11011010 | 1011 | 1101 | 0 | 1011111 | 1111 | 1000100 | 1011010 | 101101 |
Color Harmonies of #BEDA0B
Complementary color
Monochromatic Colors of #BEDA0B
Black with #BEDA0B
Text Example
Text Example
White with #BEDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA0B; }
p { color: rgb(190,218,11); }
H1.HeaderClassName
{
color: #BEDA0B;
}
.AnyTagClassName
{
color: #BEDA0B;
}
</style>
background-color css
<style>
a { background-color: #BEDA0B; }
a { background-color: rgb(190,218,11); }
div.DivClassName
{
background-color: #BEDA0B;
}
.BgClassName
{
background-color: #BEDA0B;
}
</style>
border-color css
<style>
span { border-color: #BEDA0B; }
span { border-color: rgb(190,218,11); }
td.TdClassName
{
border-color: #BEDA0B;
}
.TagClassName
{
border-color: #BEDA0B;
}
</style>