Shades of Inch Worm #BEDB09
Tints of Inch Worm #BEDB09
RGB
CMYK
RGB Variations
Color information
#BEDB09 (or 0xBEDB09) is known color: Inch Worm. HEX triplet: BE, DB and 09. RGB value is (190,219,9). Sum of RGB (Red+Green+Blue) = 190+219+9=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB09 is #4124F6. Grayscale: #BBBBBB. Windows color (decimal): -4269303 or 646078. OLE color: 646078.
HSL color Cylindrical-coordinate representation of color #BEDB09: hue angle of 68.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEDB09 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 9 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.14 |
| HSL | 68.29º | 0.92% | 0.45% | - |
| HSV(B) | 68.29º | 0.96% | 0.86% | - |
| XYZ | 46.62 | 61.63 | 9.7 | - |
| YUV | 186.39 | 27.89 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 9 | 0.13 | 0 | 0.96 | 0.14 | 68.29 | 0.92 | 0.45 |
| Hex | BE | DB | 9 | D | 0 | 60 | E | 44 | 5C | 2D |
| Octal | 276 | 333 | 11 | 15 | 0 | 140 | 16 | 104 | 134 | 55 |
| Binary | 10111110 | 11011011 | 1001 | 1101 | 0 | 1100000 | 1110 | 1000100 | 1011100 | 101101 |
Color Harmonies of #BEDB09
Complementary color
Monochromatic Colors of #BEDB09
Black with #BEDB09
Text Example
Text Example
White with #BEDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB09; }
p { color: rgb(190,219,9); }
H1.HeaderClassName
{
color: #BEDB09;
}
.AnyTagClassName
{
color: #BEDB09;
}
</style>
background-color css
<style>
a { background-color: #BEDB09; }
a { background-color: rgb(190,219,9); }
div.DivClassName
{
background-color: #BEDB09;
}
.BgClassName
{
background-color: #BEDB09;
}
</style>
border-color css
<style>
span { border-color: #BEDB09; }
span { border-color: rgb(190,219,9); }
td.TdClassName
{
border-color: #BEDB09;
}
.TagClassName
{
border-color: #BEDB09;
}
</style>