Shades of Inch Worm #BBDA16
Tints of Inch Worm #BBDA16
RGB
CMYK
RGB Variations
Color information
#BBDA16 (or 0xBBDA16) is known color: Inch Worm. HEX triplet: BB, DA and 16. RGB value is (187,218,22). Sum of RGB (Red+Green+Blue) = 187+218+22=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA16 is #4425E9. Grayscale: #BBBBBB. Windows color (decimal): -4466154 or 1497787. OLE color: 1497787.
HSL color Cylindrical-coordinate representation of color #BBDA16: hue angle of 69.49º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBDA16 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 22 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.15 |
| HSL | 69.49º | 0.82% | 0.47% | - |
| HSV(B) | 69.49º | 0.9% | 0.85% | - |
| XYZ | 45.71 | 60.77 | 10.08 | - |
| YUV | 186.39 | 35.23 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 22 | 0.14 | 0 | 0.90 | 0.15 | 69.49 | 0.82 | 0.47 |
| Hex | BB | DA | 16 | E | 0 | 5A | F | 45 | 52 | 2F |
| Octal | 273 | 332 | 26 | 16 | 0 | 132 | 17 | 105 | 122 | 57 |
| Binary | 10111011 | 11011010 | 10110 | 1110 | 0 | 1011010 | 1111 | 1000101 | 1010010 | 101111 |
Color Harmonies of #BBDA16
Complementary color
Monochromatic Colors of #BBDA16
Black with #BBDA16
Text Example
Text Example
White with #BBDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA16; }
p { color: rgb(187,218,22); }
H1.HeaderClassName
{
color: #BBDA16;
}
.AnyTagClassName
{
color: #BBDA16;
}
</style>
background-color css
<style>
a { background-color: #BBDA16; }
a { background-color: rgb(187,218,22); }
div.DivClassName
{
background-color: #BBDA16;
}
.BgClassName
{
background-color: #BBDA16;
}
</style>
border-color css
<style>
span { border-color: #BBDA16; }
span { border-color: rgb(187,218,22); }
td.TdClassName
{
border-color: #BBDA16;
}
.TagClassName
{
border-color: #BBDA16;
}
</style>