Shades of Inch Worm #BBE101
Tints of Inch Worm #BBE101
RGB
CMYK
RGB Variations
Color information
#BBE101 (or 0xBBE101) is known color: Inch Worm. HEX triplet: BB, E1 and 01. RGB value is (187,225,1). Sum of RGB (Red+Green+Blue) = 187+225+1=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE101 is #441EFE. Grayscale: #BCBCBC. Windows color (decimal): -4464383 or 123323. OLE color: 123323.
HSL color Cylindrical-coordinate representation of color #BBE101: hue angle of 70.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBE101 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.12 |
| HSL | 70.18º | 0.99% | 0.44% | - |
| HSV(B) | 70.18º | 1% | 0.88% | - |
| XYZ | 47.42 | 64.42 | 9.96 | - |
| YUV | 188.1 | 22.41 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 1 | 0.17 | 0 | 1.00 | 0.12 | 70.18 | 0.99 | 0.44 |
| Hex | BB | E1 | 1 | 11 | 0 | 64 | C | 46 | 63 | 2C |
| Octal | 273 | 341 | 1 | 21 | 0 | 144 | 14 | 106 | 143 | 54 |
| Binary | 10111011 | 11100001 | 1 | 10001 | 0 | 1100100 | 1100 | 1000110 | 1100011 | 101100 |
Color Harmonies of #BBE101
Complementary color
Monochromatic Colors of #BBE101
Black with #BBE101
Text Example
Text Example
White with #BBE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE101; }
p { color: rgb(187,225,1); }
H1.HeaderClassName
{
color: #BBE101;
}
.AnyTagClassName
{
color: #BBE101;
}
</style>
background-color css
<style>
a { background-color: #BBE101; }
a { background-color: rgb(187,225,1); }
div.DivClassName
{
background-color: #BBE101;
}
.BgClassName
{
background-color: #BBE101;
}
</style>
border-color css
<style>
span { border-color: #BBE101; }
span { border-color: rgb(187,225,1); }
td.TdClassName
{
border-color: #BBE101;
}
.TagClassName
{
border-color: #BBE101;
}
</style>