Shades of Inch Worm #9BDB06
Tints of Inch Worm #9BDB06
RGB
CMYK
RGB Variations
Color information
#9BDB06 (or 0x9BDB06) is known color: Inch Worm. HEX triplet: 9B, DB and 06. RGB value is (155,219,6). Sum of RGB (Red+Green+Blue) = 155+219+6=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDB06 is #6424F9. Grayscale: #B0B0B0. Windows color (decimal): -6563066 or 449435. OLE color: 449435.
HSL color Cylindrical-coordinate representation of color #9BDB06: hue angle of 78.03º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BDB06 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 6 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.14 |
| HSL | 78.03º | 0.95% | 0.44% | - |
| HSV(B) | 78.03º | 0.97% | 0.86% | - |
| XYZ | 38.88 | 57.64 | 9.25 | - |
| YUV | 175.58 | 32.3 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 6 | 0.29 | 0 | 0.97 | 0.14 | 78.03 | 0.95 | 0.44 |
| Hex | 9B | DB | 6 | 1D | 0 | 61 | E | 4E | 5F | 2C |
| Octal | 233 | 333 | 6 | 35 | 0 | 141 | 16 | 116 | 137 | 54 |
| Binary | 10011011 | 11011011 | 110 | 11101 | 0 | 1100001 | 1110 | 1001110 | 1011111 | 101100 |
Color Harmonies of #9BDB06
Complementary color
Monochromatic Colors of #9BDB06
Black with #9BDB06
Text Example
Text Example
White with #9BDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB06; }
p { color: rgb(155,219,6); }
H1.HeaderClassName
{
color: #9BDB06;
}
.AnyTagClassName
{
color: #9BDB06;
}
</style>
background-color css
<style>
a { background-color: #9BDB06; }
a { background-color: rgb(155,219,6); }
div.DivClassName
{
background-color: #9BDB06;
}
.BgClassName
{
background-color: #9BDB06;
}
</style>
border-color css
<style>
span { border-color: #9BDB06; }
span { border-color: rgb(155,219,6); }
td.TdClassName
{
border-color: #9BDB06;
}
.TagClassName
{
border-color: #9BDB06;
}
</style>