Shades of Inch Worm #B2D912
Tints of Inch Worm #B2D912
RGB
CMYK
RGB Variations
Color information
#B2D912 (or 0xB2D912) is known color: Inch Worm. HEX triplet: B2, D9 and 12. RGB value is (178,217,18). Sum of RGB (Red+Green+Blue) = 178+217+18=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D912 is #4D26ED. Grayscale: #B7B7B7. Windows color (decimal): -5056238 or 1235378. OLE color: 1235378.
HSL color Cylindrical-coordinate representation of color #B2D912: hue angle of 71.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2D912 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 18 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.15 |
| HSL | 71.76º | 0.85% | 0.46% | - |
| HSV(B) | 71.76º | 0.92% | 0.85% | - |
| XYZ | 43.28 | 59.13 | 9.71 | - |
| YUV | 182.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 18 | 0.18 | 0 | 0.92 | 0.15 | 71.76 | 0.85 | 0.46 |
| Hex | B2 | D9 | 12 | 12 | 0 | 5C | F | 48 | 55 | 2E |
| Octal | 262 | 331 | 22 | 22 | 0 | 134 | 17 | 110 | 125 | 56 |
| Binary | 10110010 | 11011001 | 10010 | 10010 | 0 | 1011100 | 1111 | 1001000 | 1010101 | 101110 |
Color Harmonies of #B2D912
Complementary color
Monochromatic Colors of #B2D912
Black with #B2D912
Text Example
Text Example
White with #B2D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D912; }
p { color: rgb(178,217,18); }
H1.HeaderClassName
{
color: #B2D912;
}
.AnyTagClassName
{
color: #B2D912;
}
</style>
background-color css
<style>
a { background-color: #B2D912; }
a { background-color: rgb(178,217,18); }
div.DivClassName
{
background-color: #B2D912;
}
.BgClassName
{
background-color: #B2D912;
}
</style>
border-color css
<style>
span { border-color: #B2D912; }
span { border-color: rgb(178,217,18); }
td.TdClassName
{
border-color: #B2D912;
}
.TagClassName
{
border-color: #B2D912;
}
</style>