Shades of Inch Worm #BBEA16
Tints of Inch Worm #BBEA16
RGB
CMYK
RGB Variations
Color information
#BBEA16 (or 0xBBEA16) is known color: Inch Worm. HEX triplet: BB, EA and 16. RGB value is (187,234,22). Sum of RGB (Red+Green+Blue) = 187+234+22=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEA16 is #4415E9. Grayscale: #C4C4C4. Windows color (decimal): -4462058 or 1501883. OLE color: 1501883.
HSL color Cylindrical-coordinate representation of color #BBEA16: hue angle of 73.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBEA16 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.08 |
| HSL | 73.3º | 0.83% | 0.5% | - |
| HSV(B) | 73.3º | 0.91% | 0.92% | - |
| XYZ | 50.06 | 69.47 | 11.53 | - |
| YUV | 195.78 | 29.93 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 22 | 0.20 | 0 | 0.91 | 0.08 | 73.3 | 0.83 | 0.5 |
| Hex | BB | EA | 16 | 14 | 0 | 5B | 8 | 49 | 53 | 32 |
| Octal | 273 | 352 | 26 | 24 | 0 | 133 | 10 | 111 | 123 | 62 |
| Binary | 10111011 | 11101010 | 10110 | 10100 | 0 | 1011011 | 1000 | 1001001 | 1010011 | 110010 |
Color Harmonies of #BBEA16
Complementary color
Monochromatic Colors of #BBEA16
Black with #BBEA16
Text Example
Text Example
White with #BBEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA16; }
p { color: rgb(187,234,22); }
H1.HeaderClassName
{
color: #BBEA16;
}
.AnyTagClassName
{
color: #BBEA16;
}
</style>
background-color css
<style>
a { background-color: #BBEA16; }
a { background-color: rgb(187,234,22); }
div.DivClassName
{
background-color: #BBEA16;
}
.BgClassName
{
background-color: #BBEA16;
}
</style>
border-color css
<style>
span { border-color: #BBEA16; }
span { border-color: rgb(187,234,22); }
td.TdClassName
{
border-color: #BBEA16;
}
.TagClassName
{
border-color: #BBEA16;
}
</style>