Shades of Inch Worm #BBDD15
Tints of Inch Worm #BBDD15
RGB
CMYK
RGB Variations
Color information
#BBDD15 (or 0xBBDD15) is known color: Inch Worm. HEX triplet: BB, DD and 15. RGB value is (187,221,21). Sum of RGB (Red+Green+Blue) = 187+221+21=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDD15 is #4422EA. Grayscale: #BCBCBC. Windows color (decimal): -4465387 or 1433019. OLE color: 1433019.
HSL color Cylindrical-coordinate representation of color #BBDD15: hue angle of 70.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBDD15 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 21 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.13 |
| HSL | 70.2º | 0.83% | 0.47% | - |
| HSV(B) | 70.2º | 0.9% | 0.87% | - |
| XYZ | 46.49 | 62.33 | 10.29 | - |
| YUV | 188.03 | 33.74 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 21 | 0.15 | 0 | 0.90 | 0.13 | 70.2 | 0.83 | 0.47 |
| Hex | BB | DD | 15 | F | 0 | 5A | D | 46 | 53 | 2F |
| Octal | 273 | 335 | 25 | 17 | 0 | 132 | 15 | 106 | 123 | 57 |
| Binary | 10111011 | 11011101 | 10101 | 1111 | 0 | 1011010 | 1101 | 1000110 | 1010011 | 101111 |
Color Harmonies of #BBDD15
Complementary color
Monochromatic Colors of #BBDD15
Black with #BBDD15
Text Example
Text Example
White with #BBDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD15; }
p { color: rgb(187,221,21); }
H1.HeaderClassName
{
color: #BBDD15;
}
.AnyTagClassName
{
color: #BBDD15;
}
</style>
background-color css
<style>
a { background-color: #BBDD15; }
a { background-color: rgb(187,221,21); }
div.DivClassName
{
background-color: #BBDD15;
}
.BgClassName
{
background-color: #BBDD15;
}
</style>
border-color css
<style>
span { border-color: #BBDD15; }
span { border-color: rgb(187,221,21); }
td.TdClassName
{
border-color: #BBDD15;
}
.TagClassName
{
border-color: #BBDD15;
}
</style>