Shades of Inch Worm #BBE001
Tints of Inch Worm #BBE001
RGB
CMYK
RGB Variations
Color information
#BBE001 (or 0xBBE001) is known color: Inch Worm. HEX triplet: BB, E0 and 01. RGB value is (187,224,1). Sum of RGB (Red+Green+Blue) = 187+224+1=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE001 is #441FFE. Grayscale: #BCBCBC. Windows color (decimal): -4464639 or 123067. OLE color: 123067.
HSL color Cylindrical-coordinate representation of color #BBE001: hue angle of 69.96º 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 #BBE001 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.12 |
| HSL | 69.96º | 0.99% | 0.44% | - |
| HSV(B) | 69.96º | 1% | 0.88% | - |
| XYZ | 47.15 | 63.88 | 9.87 | - |
| YUV | 187.52 | 22.74 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 1 | 0.17 | 0 | 1.00 | 0.12 | 69.96 | 0.99 | 0.44 |
| Hex | BB | E0 | 1 | 11 | 0 | 64 | C | 46 | 63 | 2C |
| Octal | 273 | 340 | 1 | 21 | 0 | 144 | 14 | 106 | 143 | 54 |
| Binary | 10111011 | 11100000 | 1 | 10001 | 0 | 1100100 | 1100 | 1000110 | 1100011 | 101100 |
Color Harmonies of #BBE001
Complementary color
Monochromatic Colors of #BBE001
Black with #BBE001
Text Example
Text Example
White with #BBE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE001; }
p { color: rgb(187,224,1); }
H1.HeaderClassName
{
color: #BBE001;
}
.AnyTagClassName
{
color: #BBE001;
}
</style>
background-color css
<style>
a { background-color: #BBE001; }
a { background-color: rgb(187,224,1); }
div.DivClassName
{
background-color: #BBE001;
}
.BgClassName
{
background-color: #BBE001;
}
</style>
border-color css
<style>
span { border-color: #BBE001; }
span { border-color: rgb(187,224,1); }
td.TdClassName
{
border-color: #BBE001;
}
.TagClassName
{
border-color: #BBE001;
}
</style>