Shades of Inch Worm #BBE306
Tints of Inch Worm #BBE306
RGB
CMYK
RGB Variations
Color information
#BBE306 (or 0xBBE306) is known color: Inch Worm. HEX triplet: BB, E3 and 06. RGB value is (187,227,6). Sum of RGB (Red+Green+Blue) = 187+227+6=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE306 is #441CF9. Grayscale: #BEBEBE. Windows color (decimal): -4463866 or 451515. OLE color: 451515.
HSL color Cylindrical-coordinate representation of color #BBE306: hue angle of 70.86º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBE306 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.11 |
| HSL | 70.86º | 0.95% | 0.46% | - |
| HSV(B) | 70.86º | 0.97% | 0.89% | - |
| XYZ | 48 | 65.52 | 10.29 | - |
| YUV | 189.85 | 24.25 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 6 | 0.18 | 0 | 0.97 | 0.11 | 70.86 | 0.95 | 0.46 |
| Hex | BB | E3 | 6 | 12 | 0 | 61 | B | 47 | 5F | 2E |
| Octal | 273 | 343 | 6 | 22 | 0 | 141 | 13 | 107 | 137 | 56 |
| Binary | 10111011 | 11100011 | 110 | 10010 | 0 | 1100001 | 1011 | 1000111 | 1011111 | 101110 |
Color Harmonies of #BBE306
Complementary color
Monochromatic Colors of #BBE306
Black with #BBE306
Text Example
Text Example
White with #BBE306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE306; }
p { color: rgb(187,227,6); }
H1.HeaderClassName
{
color: #BBE306;
}
.AnyTagClassName
{
color: #BBE306;
}
</style>
background-color css
<style>
a { background-color: #BBE306; }
a { background-color: rgb(187,227,6); }
div.DivClassName
{
background-color: #BBE306;
}
.BgClassName
{
background-color: #BBE306;
}
</style>
border-color css
<style>
span { border-color: #BBE306; }
span { border-color: rgb(187,227,6); }
td.TdClassName
{
border-color: #BBE306;
}
.TagClassName
{
border-color: #BBE306;
}
</style>