Shades of Inch Worm #B2DB16
Tints of Inch Worm #B2DB16
RGB
CMYK
RGB Variations
Color information
#B2DB16 (or 0xB2DB16) is known color: Inch Worm. HEX triplet: B2, DB and 16. RGB value is (178,219,22). Sum of RGB (Red+Green+Blue) = 178+219+22=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DB16 is #4D24E9. Grayscale: #B9B9B9. Windows color (decimal): -5055722 or 1498034. OLE color: 1498034.
HSL color Cylindrical-coordinate representation of color #B2DB16: hue angle of 72.49º 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 #B2DB16 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 22 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.14 |
| HSL | 72.49º | 0.82% | 0.47% | - |
| HSV(B) | 72.49º | 0.9% | 0.86% | - |
| XYZ | 43.84 | 60.19 | 10.07 | - |
| YUV | 184.28 | 36.42 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 22 | 0.19 | 0 | 0.90 | 0.14 | 72.49 | 0.82 | 0.47 |
| Hex | B2 | DB | 16 | 13 | 0 | 5A | E | 48 | 52 | 2F |
| Octal | 262 | 333 | 26 | 23 | 0 | 132 | 16 | 110 | 122 | 57 |
| Binary | 10110010 | 11011011 | 10110 | 10011 | 0 | 1011010 | 1110 | 1001000 | 1010010 | 101111 |
Color Harmonies of #B2DB16
Complementary color
Monochromatic Colors of #B2DB16
Black with #B2DB16
Text Example
Text Example
White with #B2DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB16; }
p { color: rgb(178,219,22); }
H1.HeaderClassName
{
color: #B2DB16;
}
.AnyTagClassName
{
color: #B2DB16;
}
</style>
background-color css
<style>
a { background-color: #B2DB16; }
a { background-color: rgb(178,219,22); }
div.DivClassName
{
background-color: #B2DB16;
}
.BgClassName
{
background-color: #B2DB16;
}
</style>
border-color css
<style>
span { border-color: #B2DB16; }
span { border-color: rgb(178,219,22); }
td.TdClassName
{
border-color: #B2DB16;
}
.TagClassName
{
border-color: #B2DB16;
}
</style>