Shades of Inch Worm #B9EC0F
Tints of Inch Worm #B9EC0F
RGB
CMYK
RGB Variations
Color information
#B9EC0F (or 0xB9EC0F) is known color: Inch Worm. HEX triplet: B9, EC and 0F. RGB value is (185,236,15). Sum of RGB (Red+Green+Blue) = 185+236+15=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9EC0F is #4613F0. Grayscale: #C4C4C4. Windows color (decimal): -4592625 or 1043641. OLE color: 1043641.
HSL color Cylindrical-coordinate representation of color #B9EC0F: hue angle of 73.85º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9EC0F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 15 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.07 |
| HSL | 73.85º | 0.88% | 0.49% | - |
| HSV(B) | 73.85º | 0.94% | 0.93% | - |
| XYZ | 50.09 | 70.34 | 11.39 | - |
| YUV | 195.56 | 26.1 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 15 | 0.22 | 0 | 0.94 | 0.07 | 73.85 | 0.88 | 0.49 |
| Hex | B9 | EC | F | 16 | 0 | 5E | 7 | 4A | 58 | 31 |
| Octal | 271 | 354 | 17 | 26 | 0 | 136 | 7 | 112 | 130 | 61 |
| Binary | 10111001 | 11101100 | 1111 | 10110 | 0 | 1011110 | 111 | 1001010 | 1011000 | 110001 |
Color Harmonies of #B9EC0F
Complementary color
Monochromatic Colors of #B9EC0F
Black with #B9EC0F
Text Example
Text Example
White with #B9EC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC0F; }
p { color: rgb(185,236,15); }
H1.HeaderClassName
{
color: #B9EC0F;
}
.AnyTagClassName
{
color: #B9EC0F;
}
</style>
background-color css
<style>
a { background-color: #B9EC0F; }
a { background-color: rgb(185,236,15); }
div.DivClassName
{
background-color: #B9EC0F;
}
.BgClassName
{
background-color: #B9EC0F;
}
</style>
border-color css
<style>
span { border-color: #B9EC0F; }
span { border-color: rgb(185,236,15); }
td.TdClassName
{
border-color: #B9EC0F;
}
.TagClassName
{
border-color: #B9EC0F;
}
</style>