Shades of Inch Worm #BED905
Tints of Inch Worm #BED905
RGB
CMYK
RGB Variations
Color information
#BED905 (or 0xBED905) is known color: Inch Worm. HEX triplet: BE, D9 and 05. RGB value is (190,217,5). Sum of RGB (Red+Green+Blue) = 190+217+5=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #BED905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED905 is #4126FA. Grayscale: #B9B9B9. Windows color (decimal): -4269819 or 383422. OLE color: 383422.
HSL color Cylindrical-coordinate representation of color #BED905: hue angle of 67.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BED905 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.15 |
| HSL | 67.64º | 0.95% | 0.44% | - |
| HSV(B) | 67.64º | 0.98% | 0.85% | - |
| XYZ | 46.08 | 60.58 | 9.41 | - |
| YUV | 184.76 | 26.55 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 5 | 0.12 | 0 | 0.98 | 0.15 | 67.64 | 0.95 | 0.44 |
| Hex | BE | D9 | 5 | C | 0 | 62 | F | 44 | 5F | 2C |
| Octal | 276 | 331 | 5 | 14 | 0 | 142 | 17 | 104 | 137 | 54 |
| Binary | 10111110 | 11011001 | 101 | 1100 | 0 | 1100010 | 1111 | 1000100 | 1011111 | 101100 |
Color Harmonies of #BED905
Complementary color
Monochromatic Colors of #BED905
Black with #BED905
Text Example
Text Example
White with #BED905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED905; }
p { color: rgb(190,217,5); }
H1.HeaderClassName
{
color: #BED905;
}
.AnyTagClassName
{
color: #BED905;
}
</style>
background-color css
<style>
a { background-color: #BED905; }
a { background-color: rgb(190,217,5); }
div.DivClassName
{
background-color: #BED905;
}
.BgClassName
{
background-color: #BED905;
}
</style>
border-color css
<style>
span { border-color: #BED905; }
span { border-color: rgb(190,217,5); }
td.TdClassName
{
border-color: #BED905;
}
.TagClassName
{
border-color: #BED905;
}
</style>