Shades of Inch Worm #9BEC1D
Tints of Inch Worm #9BEC1D
RGB
CMYK
RGB Variations
Color information
#9BEC1D (or 0x9BEC1D) is known color: Inch Worm. HEX triplet: 9B, EC and 1D. RGB value is (155,236,29). Sum of RGB (Red+Green+Blue) = 155+236+29=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEC1D is #6413E2. Grayscale: #BCBCBC. Windows color (decimal): -6558691 or 1961115. OLE color: 1961115.
HSL color Cylindrical-coordinate representation of color #9BEC1D: hue angle of 83.48º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BEC1D is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 29 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.07 |
| HSL | 83.48º | 0.84% | 0.52% | - |
| HSV(B) | 83.48º | 0.88% | 0.93% | - |
| XYZ | 43.73 | 67.05 | 11.8 | - |
| YUV | 188.18 | 38.16 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 29 | 0.34 | 0 | 0.88 | 0.07 | 83.48 | 0.84 | 0.52 |
| Hex | 9B | EC | 1D | 22 | 0 | 58 | 7 | 53 | 54 | 34 |
| Octal | 233 | 354 | 35 | 42 | 0 | 130 | 7 | 123 | 124 | 64 |
| Binary | 10011011 | 11101100 | 11101 | 100010 | 0 | 1011000 | 111 | 1010011 | 1010100 | 110100 |
Color Harmonies of #9BEC1D
Complementary color
Monochromatic Colors of #9BEC1D
Black with #9BEC1D
Text Example
Text Example
White with #9BEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC1D; }
p { color: rgb(155,236,29); }
H1.HeaderClassName
{
color: #9BEC1D;
}
.AnyTagClassName
{
color: #9BEC1D;
}
</style>
background-color css
<style>
a { background-color: #9BEC1D; }
a { background-color: rgb(155,236,29); }
div.DivClassName
{
background-color: #9BEC1D;
}
.BgClassName
{
background-color: #9BEC1D;
}
</style>
border-color css
<style>
span { border-color: #9BEC1D; }
span { border-color: rgb(155,236,29); }
td.TdClassName
{
border-color: #9BEC1D;
}
.TagClassName
{
border-color: #9BEC1D;
}
</style>