Shades of Inch Worm #BED703
Tints of Inch Worm #BED703
RGB
CMYK
RGB Variations
Color information
#BED703 (or 0xBED703) is known color: Inch Worm. HEX triplet: BE, D7 and 03. RGB value is (190,215,3). Sum of RGB (Red+Green+Blue) = 190+215+3=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #BED703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED703 is #4128FC. Grayscale: #B8B8B8. Windows color (decimal): -4270333 or 251838. OLE color: 251838.
HSL color Cylindrical-coordinate representation of color #BED703: hue angle of 67.08º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BED703 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.16 |
| HSL | 67.08º | 0.97% | 0.43% | - |
| HSV(B) | 67.08º | 0.99% | 0.84% | - |
| XYZ | 45.55 | 59.55 | 9.18 | - |
| YUV | 183.36 | 26.22 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 3 | 0.12 | 0 | 0.99 | 0.16 | 67.08 | 0.97 | 0.43 |
| Hex | BE | D7 | 3 | C | 0 | 63 | 10 | 43 | 61 | 2B |
| Octal | 276 | 327 | 3 | 14 | 0 | 143 | 20 | 103 | 141 | 53 |
| Binary | 10111110 | 11010111 | 11 | 1100 | 0 | 1100011 | 10000 | 1000011 | 1100001 | 101011 |
Color Harmonies of #BED703
Complementary color
Monochromatic Colors of #BED703
Black with #BED703
Text Example
Text Example
White with #BED703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED703; }
p { color: rgb(190,215,3); }
H1.HeaderClassName
{
color: #BED703;
}
.AnyTagClassName
{
color: #BED703;
}
</style>
background-color css
<style>
a { background-color: #BED703; }
a { background-color: rgb(190,215,3); }
div.DivClassName
{
background-color: #BED703;
}
.BgClassName
{
background-color: #BED703;
}
</style>
border-color css
<style>
span { border-color: #BED703; }
span { border-color: rgb(190,215,3); }
td.TdClassName
{
border-color: #BED703;
}
.TagClassName
{
border-color: #BED703;
}
</style>