Shades of Inch Worm #BBDB16
Tints of Inch Worm #BBDB16
RGB
CMYK
RGB Variations
Color information
#BBDB16 (or 0xBBDB16) is known color: Inch Worm. HEX triplet: BB, DB and 16. RGB value is (187,219,22). Sum of RGB (Red+Green+Blue) = 187+219+22=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB16 is #4424E9. Grayscale: #BBBBBB. Windows color (decimal): -4465898 or 1498043. OLE color: 1498043.
HSL color Cylindrical-coordinate representation of color #BBDB16: hue angle of 69.75º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBDB16 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 22 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.14 |
| HSL | 69.75º | 0.82% | 0.47% | - |
| HSV(B) | 69.75º | 0.9% | 0.86% | - |
| XYZ | 45.97 | 61.29 | 10.17 | - |
| YUV | 186.97 | 34.9 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 22 | 0.15 | 0 | 0.90 | 0.14 | 69.75 | 0.82 | 0.47 |
| Hex | BB | DB | 16 | F | 0 | 5A | E | 46 | 52 | 2F |
| Octal | 273 | 333 | 26 | 17 | 0 | 132 | 16 | 106 | 122 | 57 |
| Binary | 10111011 | 11011011 | 10110 | 1111 | 0 | 1011010 | 1110 | 1000110 | 1010010 | 101111 |
Color Harmonies of #BBDB16
Complementary color
Monochromatic Colors of #BBDB16
Black with #BBDB16
Text Example
Text Example
White with #BBDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB16; }
p { color: rgb(187,219,22); }
H1.HeaderClassName
{
color: #BBDB16;
}
.AnyTagClassName
{
color: #BBDB16;
}
</style>
background-color css
<style>
a { background-color: #BBDB16; }
a { background-color: rgb(187,219,22); }
div.DivClassName
{
background-color: #BBDB16;
}
.BgClassName
{
background-color: #BBDB16;
}
</style>
border-color css
<style>
span { border-color: #BBDB16; }
span { border-color: rgb(187,219,22); }
td.TdClassName
{
border-color: #BBDB16;
}
.TagClassName
{
border-color: #BBDB16;
}
</style>