Shades of Inch Worm #B2D70B
Tints of Inch Worm #B2D70B
RGB
CMYK
RGB Variations
Color information
#B2D70B (or 0xB2D70B) is known color: Inch Worm. HEX triplet: B2, D7 and 0B. RGB value is (178,215,11). Sum of RGB (Red+Green+Blue) = 178+215+11=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D70B is #4D28F4. Grayscale: #B5B5B5. Windows color (decimal): -5056757 or 776114. OLE color: 776114.
HSL color Cylindrical-coordinate representation of color #B2D70B: hue angle of 70.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2D70B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.16 |
| HSL | 70.88º | 0.9% | 0.44% | - |
| HSV(B) | 70.88º | 0.95% | 0.84% | - |
| XYZ | 42.72 | 58.09 | 9.28 | - |
| YUV | 180.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 11 | 0.17 | 0 | 0.95 | 0.16 | 70.88 | 0.9 | 0.44 |
| Hex | B2 | D7 | B | 11 | 0 | 5F | 10 | 47 | 5A | 2C |
| Octal | 262 | 327 | 13 | 21 | 0 | 137 | 20 | 107 | 132 | 54 |
| Binary | 10110010 | 11010111 | 1011 | 10001 | 0 | 1011111 | 10000 | 1000111 | 1011010 | 101100 |
Color Harmonies of #B2D70B
Complementary color
Monochromatic Colors of #B2D70B
Black with #B2D70B
Text Example
Text Example
White with #B2D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D70B; }
p { color: rgb(178,215,11); }
H1.HeaderClassName
{
color: #B2D70B;
}
.AnyTagClassName
{
color: #B2D70B;
}
</style>
background-color css
<style>
a { background-color: #B2D70B; }
a { background-color: rgb(178,215,11); }
div.DivClassName
{
background-color: #B2D70B;
}
.BgClassName
{
background-color: #B2D70B;
}
</style>
border-color css
<style>
span { border-color: #B2D70B; }
span { border-color: rgb(178,215,11); }
td.TdClassName
{
border-color: #B2D70B;
}
.TagClassName
{
border-color: #B2D70B;
}
</style>