Shades of Inch Worm #BEE920
Tints of Inch Worm #BEE920
RGB
CMYK
RGB Variations
Color information
#BEE920 (or 0xBEE920) is known color: Inch Worm. HEX triplet: BE, E9 and 20. RGB value is (190,233,32). Sum of RGB (Red+Green+Blue) = 190+233+32=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 233 (91.41% from 255 or 51.21% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE920 is #4116DF. Grayscale: #C5C5C5. Windows color (decimal): -4265696 or 2156990. OLE color: 2156990.
HSL color Cylindrical-coordinate representation of color #BEE920: hue angle of 72.84º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEE920 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 32 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.09 |
| HSL | 72.84º | 0.82% | 0.52% | - |
| HSV(B) | 72.84º | 0.86% | 0.91% | - |
| XYZ | 50.63 | 69.33 | 12.08 | - |
| YUV | 197.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 32 | 0.18 | 0 | 0.86 | 0.09 | 72.84 | 0.82 | 0.52 |
| Hex | BE | E9 | 20 | 12 | 0 | 56 | 9 | 49 | 52 | 34 |
| Octal | 276 | 351 | 40 | 22 | 0 | 126 | 11 | 111 | 122 | 64 |
| Binary | 10111110 | 11101001 | 100000 | 10010 | 0 | 1010110 | 1001 | 1001001 | 1010010 | 110100 |
Color Harmonies of #BEE920
Complementary color
Monochromatic Colors of #BEE920
Black with #BEE920
Text Example
Text Example
White with #BEE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE920; }
p { color: rgb(190,233,32); }
H1.HeaderClassName
{
color: #BEE920;
}
.AnyTagClassName
{
color: #BEE920;
}
</style>
background-color css
<style>
a { background-color: #BEE920; }
a { background-color: rgb(190,233,32); }
div.DivClassName
{
background-color: #BEE920;
}
.BgClassName
{
background-color: #BEE920;
}
</style>
border-color css
<style>
span { border-color: #BEE920; }
span { border-color: rgb(190,233,32); }
td.TdClassName
{
border-color: #BEE920;
}
.TagClassName
{
border-color: #BEE920;
}
</style>