Shades of Inch Worm #BEE320
Tints of Inch Worm #BEE320
RGB
CMYK
RGB Variations
Color information
#BEE320 (or 0xBEE320) is known color: Inch Worm. HEX triplet: BE, E3 and 20. RGB value is (190,227,32). Sum of RGB (Red+Green+Blue) = 190+227+32=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE320 is #411CDF. Grayscale: #C2C2C2. Windows color (decimal): -4267232 or 2155454. OLE color: 2155454.
HSL color Cylindrical-coordinate representation of color #BEE320: hue angle of 71.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEE320 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 32 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.11 |
| HSL | 71.38º | 0.78% | 0.51% | - |
| HSV(B) | 71.38º | 0.86% | 0.89% | - |
| XYZ | 48.97 | 65.99 | 11.52 | - |
| YUV | 193.71 | 36.74 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 32 | 0.16 | 0 | 0.86 | 0.11 | 71.38 | 0.78 | 0.51 |
| Hex | BE | E3 | 20 | 10 | 0 | 56 | B | 47 | 4E | 33 |
| Octal | 276 | 343 | 40 | 20 | 0 | 126 | 13 | 107 | 116 | 63 |
| Binary | 10111110 | 11100011 | 100000 | 10000 | 0 | 1010110 | 1011 | 1000111 | 1001110 | 110011 |
Color Harmonies of #BEE320
Complementary color
Monochromatic Colors of #BEE320
Black with #BEE320
Text Example
Text Example
White with #BEE320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE320; }
p { color: rgb(190,227,32); }
H1.HeaderClassName
{
color: #BEE320;
}
.AnyTagClassName
{
color: #BEE320;
}
</style>
background-color css
<style>
a { background-color: #BEE320; }
a { background-color: rgb(190,227,32); }
div.DivClassName
{
background-color: #BEE320;
}
.BgClassName
{
background-color: #BEE320;
}
</style>
border-color css
<style>
span { border-color: #BEE320; }
span { border-color: rgb(190,227,32); }
td.TdClassName
{
border-color: #BEE320;
}
.TagClassName
{
border-color: #BEE320;
}
</style>