Shades of Inch Worm #B6D90F
Tints of Inch Worm #B6D90F
RGB
CMYK
RGB Variations
Color information
#B6D90F (or 0xB6D90F) is known color: Inch Worm. HEX triplet: B6, D9 and 0F. RGB value is (182,217,15). Sum of RGB (Red+Green+Blue) = 182+217+15=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D90F is #4926F0. Grayscale: #B8B8B8. Windows color (decimal): -4794097 or 1038774. OLE color: 1038774.
HSL color Cylindrical-coordinate representation of color #B6D90F: hue angle of 70.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6D90F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.15 |
| HSL | 70.4º | 0.87% | 0.45% | - |
| HSV(B) | 70.4º | 0.93% | 0.85% | - |
| XYZ | 44.19 | 59.61 | 9.63 | - |
| YUV | 183.51 | 32.9 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 15 | 0.16 | 0 | 0.93 | 0.15 | 70.4 | 0.87 | 0.45 |
| Hex | B6 | D9 | F | 10 | 0 | 5D | F | 46 | 57 | 2D |
| Octal | 266 | 331 | 17 | 20 | 0 | 135 | 17 | 106 | 127 | 55 |
| Binary | 10110110 | 11011001 | 1111 | 10000 | 0 | 1011101 | 1111 | 1000110 | 1010111 | 101101 |
Color Harmonies of #B6D90F
Complementary color
Monochromatic Colors of #B6D90F
Black with #B6D90F
Text Example
Text Example
White with #B6D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D90F; }
p { color: rgb(182,217,15); }
H1.HeaderClassName
{
color: #B6D90F;
}
.AnyTagClassName
{
color: #B6D90F;
}
</style>
background-color css
<style>
a { background-color: #B6D90F; }
a { background-color: rgb(182,217,15); }
div.DivClassName
{
background-color: #B6D90F;
}
.BgClassName
{
background-color: #B6D90F;
}
</style>
border-color css
<style>
span { border-color: #B6D90F; }
span { border-color: rgb(182,217,15); }
td.TdClassName
{
border-color: #B6D90F;
}
.TagClassName
{
border-color: #B6D90F;
}
</style>