Shades of Inch Worm #9BD317
Tints of Inch Worm #9BD317
RGB
CMYK
RGB Variations
Color information
#9BD317 (or 0x9BD317) is known color: Inch Worm. HEX triplet: 9B, D3 and 17. RGB value is (155,211,23). Sum of RGB (Red+Green+Blue) = 155+211+23=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD317 is #642CE8. Grayscale: #ADADAD. Windows color (decimal): -6565097 or 1561499. OLE color: 1561499.
HSL color Cylindrical-coordinate representation of color #9BD317: hue angle of 77.87º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BD317 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 23 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.17 |
| HSL | 77.87º | 0.8% | 0.46% | - |
| HSV(B) | 77.87º | 0.89% | 0.83% | - |
| XYZ | 36.97 | 53.62 | 9.21 | - |
| YUV | 172.82 | 43.45 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 23 | 0.27 | 0 | 0.89 | 0.17 | 77.87 | 0.8 | 0.46 |
| Hex | 9B | D3 | 17 | 1B | 0 | 59 | 11 | 4E | 50 | 2E |
| Octal | 233 | 323 | 27 | 33 | 0 | 131 | 21 | 116 | 120 | 56 |
| Binary | 10011011 | 11010011 | 10111 | 11011 | 0 | 1011001 | 10001 | 1001110 | 1010000 | 101110 |
Color Harmonies of #9BD317
Complementary color
Monochromatic Colors of #9BD317
Black with #9BD317
Text Example
Text Example
White with #9BD317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD317; }
p { color: rgb(155,211,23); }
H1.HeaderClassName
{
color: #9BD317;
}
.AnyTagClassName
{
color: #9BD317;
}
</style>
background-color css
<style>
a { background-color: #9BD317; }
a { background-color: rgb(155,211,23); }
div.DivClassName
{
background-color: #9BD317;
}
.BgClassName
{
background-color: #9BD317;
}
</style>
border-color css
<style>
span { border-color: #9BD317; }
span { border-color: rgb(155,211,23); }
td.TdClassName
{
border-color: #9BD317;
}
.TagClassName
{
border-color: #9BD317;
}
</style>