Shades of Inch Worm #BBE401
Tints of Inch Worm #BBE401
RGB
CMYK
RGB Variations
Color information
#BBE401 (or 0xBBE401) is known color: Inch Worm. HEX triplet: BB, E4 and 01. RGB value is (187,228,1). Sum of RGB (Red+Green+Blue) = 187+228+1=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE401 is #441BFE. Grayscale: #BEBEBE. Windows color (decimal): -4463615 or 124091. OLE color: 124091.
HSL color Cylindrical-coordinate representation of color #BBE401: hue angle of 70.84º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBE401 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.11 |
| HSL | 70.84º | 0.99% | 0.45% | - |
| HSV(B) | 70.84º | 1% | 0.89% | - |
| XYZ | 48.24 | 66.05 | 10.24 | - |
| YUV | 189.86 | 21.42 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 1 | 0.18 | 0 | 1.00 | 0.11 | 70.84 | 0.99 | 0.45 |
| Hex | BB | E4 | 1 | 12 | 0 | 64 | B | 47 | 63 | 2D |
| Octal | 273 | 344 | 1 | 22 | 0 | 144 | 13 | 107 | 143 | 55 |
| Binary | 10111011 | 11100100 | 1 | 10010 | 0 | 1100100 | 1011 | 1000111 | 1100011 | 101101 |
Color Harmonies of #BBE401
Complementary color
Monochromatic Colors of #BBE401
Black with #BBE401
Text Example
Text Example
White with #BBE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE401; }
p { color: rgb(187,228,1); }
H1.HeaderClassName
{
color: #BBE401;
}
.AnyTagClassName
{
color: #BBE401;
}
</style>
background-color css
<style>
a { background-color: #BBE401; }
a { background-color: rgb(187,228,1); }
div.DivClassName
{
background-color: #BBE401;
}
.BgClassName
{
background-color: #BBE401;
}
</style>
border-color css
<style>
span { border-color: #BBE401; }
span { border-color: rgb(187,228,1); }
td.TdClassName
{
border-color: #BBE401;
}
.TagClassName
{
border-color: #BBE401;
}
</style>