Shades of Inch Worm #9BDB1B
Tints of Inch Worm #9BDB1B
RGB
CMYK
RGB Variations
Color information
#9BDB1B (or 0x9BDB1B) is known color: Inch Worm. HEX triplet: 9B, DB and 1B. RGB value is (155,219,27). Sum of RGB (Red+Green+Blue) = 155+219+27=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDB1B is #6424E4. Grayscale: #B2B2B2. Windows color (decimal): -6563045 or 1825691. OLE color: 1825691.
HSL color Cylindrical-coordinate representation of color #9BDB1B: hue angle of 80º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BDB1B is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 27 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.14 |
| HSL | 80º | 0.78% | 0.48% | - |
| HSV(B) | 80º | 0.88% | 0.86% | - |
| XYZ | 39.05 | 57.71 | 10.12 | - |
| YUV | 177.98 | 42.8 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 27 | 0.29 | 0 | 0.88 | 0.14 | 80 | 0.78 | 0.48 |
| Hex | 9B | DB | 1B | 1D | 0 | 58 | E | 50 | 4E | 30 |
| Octal | 233 | 333 | 33 | 35 | 0 | 130 | 16 | 120 | 116 | 60 |
| Binary | 10011011 | 11011011 | 11011 | 11101 | 0 | 1011000 | 1110 | 1010000 | 1001110 | 110000 |
Color Harmonies of #9BDB1B
Complementary color
Monochromatic Colors of #9BDB1B
Black with #9BDB1B
Text Example
Text Example
White with #9BDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB1B; }
p { color: rgb(155,219,27); }
H1.HeaderClassName
{
color: #9BDB1B;
}
.AnyTagClassName
{
color: #9BDB1B;
}
</style>
background-color css
<style>
a { background-color: #9BDB1B; }
a { background-color: rgb(155,219,27); }
div.DivClassName
{
background-color: #9BDB1B;
}
.BgClassName
{
background-color: #9BDB1B;
}
</style>
border-color css
<style>
span { border-color: #9BDB1B; }
span { border-color: rgb(155,219,27); }
td.TdClassName
{
border-color: #9BDB1B;
}
.TagClassName
{
border-color: #9BDB1B;
}
</style>