Shades of Inch Worm #BBE415
Tints of Inch Worm #BBE415
RGB
CMYK
RGB Variations
Color information
#BBE415 (or 0xBBE415) is known color: Inch Worm. HEX triplet: BB, E4 and 15. RGB value is (187,228,21). Sum of RGB (Red+Green+Blue) = 187+228+21=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE415 is #441BEA. Grayscale: #C0C0C0. Windows color (decimal): -4463595 or 1434811. OLE color: 1434811.
HSL color Cylindrical-coordinate representation of color #BBE415: hue angle of 71.88º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBE415 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 21 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.11 |
| HSL | 71.88º | 0.83% | 0.49% | - |
| HSV(B) | 71.88º | 0.91% | 0.89% | - |
| XYZ | 48.37 | 66.11 | 10.92 | - |
| YUV | 192.14 | 31.42 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 21 | 0.18 | 0 | 0.91 | 0.11 | 71.88 | 0.83 | 0.49 |
| Hex | BB | E4 | 15 | 12 | 0 | 5B | B | 48 | 53 | 31 |
| Octal | 273 | 344 | 25 | 22 | 0 | 133 | 13 | 110 | 123 | 61 |
| Binary | 10111011 | 11100100 | 10101 | 10010 | 0 | 1011011 | 1011 | 1001000 | 1010011 | 110001 |
Color Harmonies of #BBE415
Complementary color
Monochromatic Colors of #BBE415
Black with #BBE415
Text Example
Text Example
White with #BBE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE415; }
p { color: rgb(187,228,21); }
H1.HeaderClassName
{
color: #BBE415;
}
.AnyTagClassName
{
color: #BBE415;
}
</style>
background-color css
<style>
a { background-color: #BBE415; }
a { background-color: rgb(187,228,21); }
div.DivClassName
{
background-color: #BBE415;
}
.BgClassName
{
background-color: #BBE415;
}
</style>
border-color css
<style>
span { border-color: #BBE415; }
span { border-color: rgb(187,228,21); }
td.TdClassName
{
border-color: #BBE415;
}
.TagClassName
{
border-color: #BBE415;
}
</style>