Shades of Inch Worm #B2D90F
Tints of Inch Worm #B2D90F
RGB
CMYK
RGB Variations
Color information
#B2D90F (or 0xB2D90F) is known color: Inch Worm. HEX triplet: B2, D9 and 0F. RGB value is (178,217,15). Sum of RGB (Red+Green+Blue) = 178+217+15=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D90F is #4D26F0. Grayscale: #B7B7B7. Windows color (decimal): -5056241 or 1038770. OLE color: 1038770.
HSL color Cylindrical-coordinate representation of color #B2D90F: hue angle of 71.58º 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 #B2D90F is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 15 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.15 |
| HSL | 71.58º | 0.87% | 0.45% | - |
| HSV(B) | 71.58º | 0.93% | 0.85% | - |
| XYZ | 43.26 | 59.13 | 9.58 | - |
| YUV | 182.31 | 33.58 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 15 | 0.18 | 0 | 0.93 | 0.15 | 71.58 | 0.87 | 0.45 |
| Hex | B2 | D9 | F | 12 | 0 | 5D | F | 48 | 57 | 2D |
| Octal | 262 | 331 | 17 | 22 | 0 | 135 | 17 | 110 | 127 | 55 |
| Binary | 10110010 | 11011001 | 1111 | 10010 | 0 | 1011101 | 1111 | 1001000 | 1010111 | 101101 |
Color Harmonies of #B2D90F
Complementary color
Monochromatic Colors of #B2D90F
Black with #B2D90F
Text Example
Text Example
White with #B2D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D90F; }
p { color: rgb(178,217,15); }
H1.HeaderClassName
{
color: #B2D90F;
}
.AnyTagClassName
{
color: #B2D90F;
}
</style>
background-color css
<style>
a { background-color: #B2D90F; }
a { background-color: rgb(178,217,15); }
div.DivClassName
{
background-color: #B2D90F;
}
.BgClassName
{
background-color: #B2D90F;
}
</style>
border-color css
<style>
span { border-color: #B2D90F; }
span { border-color: rgb(178,217,15); }
td.TdClassName
{
border-color: #B2D90F;
}
.TagClassName
{
border-color: #B2D90F;
}
</style>