Shades of Inch Worm #BBE115
Tints of Inch Worm #BBE115
RGB
CMYK
RGB Variations
Color information
#BBE115 (or 0xBBE115) is known color: Inch Worm. HEX triplet: BB, E1 and 15. RGB value is (187,225,21). Sum of RGB (Red+Green+Blue) = 187+225+21=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE115 is #441EEA. Grayscale: #BFBFBF. Windows color (decimal): -4464363 or 1434043. OLE color: 1434043.
HSL color Cylindrical-coordinate representation of color #BBE115: hue angle of 71.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBE115 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 21 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.12 |
| HSL | 71.18º | 0.83% | 0.48% | - |
| HSV(B) | 71.18º | 0.91% | 0.88% | - |
| XYZ | 47.55 | 64.47 | 10.65 | - |
| YUV | 190.38 | 32.41 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 21 | 0.17 | 0 | 0.91 | 0.12 | 71.18 | 0.83 | 0.48 |
| Hex | BB | E1 | 15 | 11 | 0 | 5B | C | 47 | 53 | 30 |
| Octal | 273 | 341 | 25 | 21 | 0 | 133 | 14 | 107 | 123 | 60 |
| Binary | 10111011 | 11100001 | 10101 | 10001 | 0 | 1011011 | 1100 | 1000111 | 1010011 | 110000 |
Color Harmonies of #BBE115
Complementary color
Monochromatic Colors of #BBE115
Black with #BBE115
Text Example
Text Example
White with #BBE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE115; }
p { color: rgb(187,225,21); }
H1.HeaderClassName
{
color: #BBE115;
}
.AnyTagClassName
{
color: #BBE115;
}
</style>
background-color css
<style>
a { background-color: #BBE115; }
a { background-color: rgb(187,225,21); }
div.DivClassName
{
background-color: #BBE115;
}
.BgClassName
{
background-color: #BBE115;
}
</style>
border-color css
<style>
span { border-color: #BBE115; }
span { border-color: rgb(187,225,21); }
td.TdClassName
{
border-color: #BBE115;
}
.TagClassName
{
border-color: #BBE115;
}
</style>