Shades of Inch Worm #BBD815
Tints of Inch Worm #BBD815
RGB
CMYK
RGB Variations
Color information
#BBD815 (or 0xBBD815) is known color: Inch Worm. HEX triplet: BB, D8 and 15. RGB value is (187,216,21). Sum of RGB (Red+Green+Blue) = 187+216+21=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD815 is #4427EA. Grayscale: #B9B9B9. Windows color (decimal): -4466667 or 1431739. OLE color: 1431739.
HSL color Cylindrical-coordinate representation of color #BBD815: hue angle of 68.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBD815 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 21 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.15 |
| HSL | 68.92º | 0.82% | 0.46% | - |
| HSV(B) | 68.92º | 0.9% | 0.85% | - |
| XYZ | 45.18 | 59.73 | 9.86 | - |
| YUV | 185.1 | 35.39 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 21 | 0.13 | 0 | 0.90 | 0.15 | 68.92 | 0.82 | 0.46 |
| Hex | BB | D8 | 15 | D | 0 | 5A | F | 45 | 52 | 2E |
| Octal | 273 | 330 | 25 | 15 | 0 | 132 | 17 | 105 | 122 | 56 |
| Binary | 10111011 | 11011000 | 10101 | 1101 | 0 | 1011010 | 1111 | 1000101 | 1010010 | 101110 |
Color Harmonies of #BBD815
Complementary color
Monochromatic Colors of #BBD815
Black with #BBD815
Text Example
Text Example
White with #BBD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD815; }
p { color: rgb(187,216,21); }
H1.HeaderClassName
{
color: #BBD815;
}
.AnyTagClassName
{
color: #BBD815;
}
</style>
background-color css
<style>
a { background-color: #BBD815; }
a { background-color: rgb(187,216,21); }
div.DivClassName
{
background-color: #BBD815;
}
.BgClassName
{
background-color: #BBD815;
}
</style>
border-color css
<style>
span { border-color: #BBD815; }
span { border-color: rgb(187,216,21); }
td.TdClassName
{
border-color: #BBD815;
}
.TagClassName
{
border-color: #BBD815;
}
</style>