Shades of Inch Worm #BBDD11
Tints of Inch Worm #BBDD11
RGB
CMYK
RGB Variations
Color information
#BBDD11 (or 0xBBDD11) is known color: Inch Worm. HEX triplet: BB, DD and 11. RGB value is (187,221,17). Sum of RGB (Red+Green+Blue) = 187+221+17=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDD11 is #4422EE. Grayscale: #BCBCBC. Windows color (decimal): -4465391 or 1170875. OLE color: 1170875.
HSL color Cylindrical-coordinate representation of color #BBDD11: hue angle of 70º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBDD11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.13 |
| HSL | 70º | 0.86% | 0.47% | - |
| HSV(B) | 70º | 0.92% | 0.87% | - |
| XYZ | 46.45 | 62.32 | 10.11 | - |
| YUV | 187.58 | 31.74 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 17 | 0.15 | 0 | 0.92 | 0.13 | 70 | 0.86 | 0.47 |
| Hex | BB | DD | 11 | F | 0 | 5C | D | 46 | 56 | 2F |
| Octal | 273 | 335 | 21 | 17 | 0 | 134 | 15 | 106 | 126 | 57 |
| Binary | 10111011 | 11011101 | 10001 | 1111 | 0 | 1011100 | 1101 | 1000110 | 1010110 | 101111 |
Color Harmonies of #BBDD11
Complementary color
Monochromatic Colors of #BBDD11
Black with #BBDD11
Text Example
Text Example
White with #BBDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD11; }
p { color: rgb(187,221,17); }
H1.HeaderClassName
{
color: #BBDD11;
}
.AnyTagClassName
{
color: #BBDD11;
}
</style>
background-color css
<style>
a { background-color: #BBDD11; }
a { background-color: rgb(187,221,17); }
div.DivClassName
{
background-color: #BBDD11;
}
.BgClassName
{
background-color: #BBDD11;
}
</style>
border-color css
<style>
span { border-color: #BBDD11; }
span { border-color: rgb(187,221,17); }
td.TdClassName
{
border-color: #BBDD11;
}
.TagClassName
{
border-color: #BBDD11;
}
</style>