Shades of Inch Worm #BED805
Tints of Inch Worm #BED805
RGB
CMYK
RGB Variations
Color information
#BED805 (or 0xBED805) is known color: Inch Worm. HEX triplet: BE, D8 and 05. RGB value is (190,216,5). Sum of RGB (Red+Green+Blue) = 190+216+5=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #BED805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED805 is #4127FA. Grayscale: #B8B8B8. Windows color (decimal): -4270075 or 383166. OLE color: 383166.
HSL color Cylindrical-coordinate representation of color #BED805: hue angle of 67.39º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BED805 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.15 |
| HSL | 67.39º | 0.95% | 0.43% | - |
| HSV(B) | 67.39º | 0.98% | 0.85% | - |
| XYZ | 45.82 | 60.07 | 9.32 | - |
| YUV | 184.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 5 | 0.12 | 0 | 0.98 | 0.15 | 67.39 | 0.95 | 0.43 |
| Hex | BE | D8 | 5 | C | 0 | 62 | F | 43 | 5F | 2B |
| Octal | 276 | 330 | 5 | 14 | 0 | 142 | 17 | 103 | 137 | 53 |
| Binary | 10111110 | 11011000 | 101 | 1100 | 0 | 1100010 | 1111 | 1000011 | 1011111 | 101011 |
Color Harmonies of #BED805
Complementary color
Monochromatic Colors of #BED805
Black with #BED805
Text Example
Text Example
White with #BED805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED805; }
p { color: rgb(190,216,5); }
H1.HeaderClassName
{
color: #BED805;
}
.AnyTagClassName
{
color: #BED805;
}
</style>
background-color css
<style>
a { background-color: #BED805; }
a { background-color: rgb(190,216,5); }
div.DivClassName
{
background-color: #BED805;
}
.BgClassName
{
background-color: #BED805;
}
</style>
border-color css
<style>
span { border-color: #BED805; }
span { border-color: rgb(190,216,5); }
td.TdClassName
{
border-color: #BED805;
}
.TagClassName
{
border-color: #BED805;
}
</style>