Shades of Inch Worm #BED900
Tints of Inch Worm #BED900
RGB
CMYK
RGB Variations
Color information
#BED900 (or 0xBED900) is known color: Inch Worm. HEX triplet: BE, D9 and 00. RGB value is (190,217,0). Sum of RGB (Red+Green+Blue) = 190+217+0=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #BED900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED900 is #4126FF. Grayscale: #B9B9B9. Windows color (decimal): -4269824 or 55742. OLE color: 55742.
HSL color Cylindrical-coordinate representation of color #BED900: hue angle of 67.47º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BED900 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.15 |
| HSL | 67.47º | 1% | 0.43% | - |
| HSV(B) | 67.47º | 1% | 0.85% | - |
| XYZ | 46.05 | 60.57 | 9.26 | - |
| YUV | 184.19 | 24.05 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 0 | 0.12 | 0 | 1 | 0.15 | 67.47 | 1 | 0.43 |
| Hex | BE | D9 | 0 | C | 0 | 64 | F | 43 | 64 | 2B |
| Octal | 276 | 331 | 0 | 14 | 0 | 144 | 17 | 103 | 144 | 53 |
| Binary | 10111110 | 11011001 | 0 | 1100 | 0 | 1100100 | 1111 | 1000011 | 1100100 | 101011 |
Color Harmonies of #BED900
Complementary color
Monochromatic Colors of #BED900
Black with #BED900
Text Example
Text Example
White with #BED900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED900; }
p { color: rgb(190,217,0); }
H1.HeaderClassName
{
color: #BED900;
}
.AnyTagClassName
{
color: #BED900;
}
</style>
background-color css
<style>
a { background-color: #BED900; }
a { background-color: rgb(190,217,0); }
div.DivClassName
{
background-color: #BED900;
}
.BgClassName
{
background-color: #BED900;
}
</style>
border-color css
<style>
span { border-color: #BED900; }
span { border-color: rgb(190,217,0); }
td.TdClassName
{
border-color: #BED900;
}
.TagClassName
{
border-color: #BED900;
}
</style>