Shades of Inch Worm #B2D910
Tints of Inch Worm #B2D910
RGB
CMYK
RGB Variations
Color information
#B2D910 (or 0xB2D910) is known color: Inch Worm. HEX triplet: B2, D9 and 10. RGB value is (178,217,16). Sum of RGB (Red+Green+Blue) = 178+217+16=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D910 is #4D26EF. Grayscale: #B7B7B7. Windows color (decimal): -5056240 or 1104306. OLE color: 1104306.
HSL color Cylindrical-coordinate representation of color #B2D910: hue angle of 71.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2D910 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 16 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.15 |
| HSL | 71.64º | 0.86% | 0.46% | - |
| HSV(B) | 71.64º | 0.93% | 0.85% | - |
| XYZ | 43.27 | 59.13 | 9.62 | - |
| YUV | 182.43 | 34.08 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 16 | 0.18 | 0 | 0.93 | 0.15 | 71.64 | 0.86 | 0.46 |
| Hex | B2 | D9 | 10 | 12 | 0 | 5D | F | 48 | 56 | 2E |
| Octal | 262 | 331 | 20 | 22 | 0 | 135 | 17 | 110 | 126 | 56 |
| Binary | 10110010 | 11011001 | 10000 | 10010 | 0 | 1011101 | 1111 | 1001000 | 1010110 | 101110 |
Color Harmonies of #B2D910
Complementary color
Monochromatic Colors of #B2D910
Black with #B2D910
Text Example
Text Example
White with #B2D910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D910; }
p { color: rgb(178,217,16); }
H1.HeaderClassName
{
color: #B2D910;
}
.AnyTagClassName
{
color: #B2D910;
}
</style>
background-color css
<style>
a { background-color: #B2D910; }
a { background-color: rgb(178,217,16); }
div.DivClassName
{
background-color: #B2D910;
}
.BgClassName
{
background-color: #B2D910;
}
</style>
border-color css
<style>
span { border-color: #B2D910; }
span { border-color: rgb(178,217,16); }
td.TdClassName
{
border-color: #B2D910;
}
.TagClassName
{
border-color: #B2D910;
}
</style>