Shades of Inch Worm #BBE601
Tints of Inch Worm #BBE601
RGB
CMYK
RGB Variations
Color information
#BBE601 (or 0xBBE601) is known color: Inch Worm. HEX triplet: BB, E6 and 01. RGB value is (187,230,1). Sum of RGB (Red+Green+Blue) = 187+230+1=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 230 (90.23% from 255 or 55.02% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE601 is #4419FE. Grayscale: #BFBFBF. Windows color (decimal): -4463103 or 124603. OLE color: 124603.
HSL color Cylindrical-coordinate representation of color #BBE601: hue angle of 71.27º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBE601 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.10 |
| HSL | 71.27º | 0.99% | 0.45% | - |
| HSV(B) | 71.27º | 1% | 0.9% | - |
| XYZ | 48.8 | 67.16 | 10.42 | - |
| YUV | 191.04 | 20.75 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 1 | 0.19 | 0 | 1.00 | 0.10 | 71.27 | 0.99 | 0.45 |
| Hex | BB | E6 | 1 | 13 | 0 | 64 | A | 47 | 63 | 2D |
| Octal | 273 | 346 | 1 | 23 | 0 | 144 | 12 | 107 | 143 | 55 |
| Binary | 10111011 | 11100110 | 1 | 10011 | 0 | 1100100 | 1010 | 1000111 | 1100011 | 101101 |
Color Harmonies of #BBE601
Complementary color
Monochromatic Colors of #BBE601
Black with #BBE601
Text Example
Text Example
White with #BBE601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE601; }
p { color: rgb(187,230,1); }
H1.HeaderClassName
{
color: #BBE601;
}
.AnyTagClassName
{
color: #BBE601;
}
</style>
background-color css
<style>
a { background-color: #BBE601; }
a { background-color: rgb(187,230,1); }
div.DivClassName
{
background-color: #BBE601;
}
.BgClassName
{
background-color: #BBE601;
}
</style>
border-color css
<style>
span { border-color: #BBE601; }
span { border-color: rgb(187,230,1); }
td.TdClassName
{
border-color: #BBE601;
}
.TagClassName
{
border-color: #BBE601;
}
</style>