Shades of Inch Worm #BEDB0B
Tints of Inch Worm #BEDB0B
RGB
CMYK
RGB Variations
Color information
#BEDB0B (or 0xBEDB0B) is known color: Inch Worm. HEX triplet: BE, DB and 0B. RGB value is (190,219,11). Sum of RGB (Red+Green+Blue) = 190+219+11=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB0B is #4124F4. Grayscale: #BBBBBB. Windows color (decimal): -4269301 or 777150. OLE color: 777150.
HSL color Cylindrical-coordinate representation of color #BEDB0B: hue angle of 68.37º degrees, saturation: 0.9, 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 #BEDB0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.14 |
| HSL | 68.37º | 0.9% | 0.45% | - |
| HSV(B) | 68.37º | 0.95% | 0.86% | - |
| XYZ | 46.63 | 61.63 | 9.76 | - |
| YUV | 186.62 | 28.89 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 11 | 0.13 | 0 | 0.95 | 0.14 | 68.37 | 0.9 | 0.45 |
| Hex | BE | DB | B | D | 0 | 5F | E | 44 | 5A | 2D |
| Octal | 276 | 333 | 13 | 15 | 0 | 137 | 16 | 104 | 132 | 55 |
| Binary | 10111110 | 11011011 | 1011 | 1101 | 0 | 1011111 | 1110 | 1000100 | 1011010 | 101101 |
Color Harmonies of #BEDB0B
Complementary color
Monochromatic Colors of #BEDB0B
Black with #BEDB0B
Text Example
Text Example
White with #BEDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB0B; }
p { color: rgb(190,219,11); }
H1.HeaderClassName
{
color: #BEDB0B;
}
.AnyTagClassName
{
color: #BEDB0B;
}
</style>
background-color css
<style>
a { background-color: #BEDB0B; }
a { background-color: rgb(190,219,11); }
div.DivClassName
{
background-color: #BEDB0B;
}
.BgClassName
{
background-color: #BEDB0B;
}
</style>
border-color css
<style>
span { border-color: #BEDB0B; }
span { border-color: rgb(190,219,11); }
td.TdClassName
{
border-color: #BEDB0B;
}
.TagClassName
{
border-color: #BEDB0B;
}
</style>