Shades of Inch Worm #BBDF16
Tints of Inch Worm #BBDF16
RGB
CMYK
RGB Variations
Color information
#BBDF16 (or 0xBBDF16) is known color: Inch Worm. HEX triplet: BB, DF and 16. RGB value is (187,223,22). Sum of RGB (Red+Green+Blue) = 187+223+22=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF16 is #4420E9. Grayscale: #BEBEBE. Windows color (decimal): -4464874 or 1499067. OLE color: 1499067.
HSL color Cylindrical-coordinate representation of color #BBDF16: hue angle of 70.75º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBDF16 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 22 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.13 |
| HSL | 70.75º | 0.82% | 0.48% | - |
| HSV(B) | 70.75º | 0.9% | 0.87% | - |
| XYZ | 47.03 | 63.4 | 10.52 | - |
| YUV | 189.32 | 33.57 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 22 | 0.16 | 0 | 0.90 | 0.13 | 70.75 | 0.82 | 0.48 |
| Hex | BB | DF | 16 | 10 | 0 | 5A | D | 47 | 52 | 30 |
| Octal | 273 | 337 | 26 | 20 | 0 | 132 | 15 | 107 | 122 | 60 |
| Binary | 10111011 | 11011111 | 10110 | 10000 | 0 | 1011010 | 1101 | 1000111 | 1010010 | 110000 |
Color Harmonies of #BBDF16
Complementary color
Monochromatic Colors of #BBDF16
Black with #BBDF16
Text Example
Text Example
White with #BBDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF16; }
p { color: rgb(187,223,22); }
H1.HeaderClassName
{
color: #BBDF16;
}
.AnyTagClassName
{
color: #BBDF16;
}
</style>
background-color css
<style>
a { background-color: #BBDF16; }
a { background-color: rgb(187,223,22); }
div.DivClassName
{
background-color: #BBDF16;
}
.BgClassName
{
background-color: #BBDF16;
}
</style>
border-color css
<style>
span { border-color: #BBDF16; }
span { border-color: rgb(187,223,22); }
td.TdClassName
{
border-color: #BBDF16;
}
.TagClassName
{
border-color: #BBDF16;
}
</style>