Shades of Inch Worm #B2D80B
Tints of Inch Worm #B2D80B
RGB
CMYK
RGB Variations
Color information
#B2D80B (or 0xB2D80B) is known color: Inch Worm. HEX triplet: B2, D8 and 0B. RGB value is (178,216,11). Sum of RGB (Red+Green+Blue) = 178+216+11=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D80B is #4D27F4. Grayscale: #B6B6B6. Windows color (decimal): -5056501 or 776370. OLE color: 776370.
HSL color Cylindrical-coordinate representation of color #B2D80B: hue angle of 71.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2D80B is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 11 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.15 |
| HSL | 71.12º | 0.9% | 0.45% | - |
| HSV(B) | 71.12º | 0.95% | 0.85% | - |
| XYZ | 42.98 | 58.6 | 9.36 | - |
| YUV | 181.27 | 31.91 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 11 | 0.18 | 0 | 0.95 | 0.15 | 71.12 | 0.9 | 0.45 |
| Hex | B2 | D8 | B | 12 | 0 | 5F | F | 47 | 5A | 2D |
| Octal | 262 | 330 | 13 | 22 | 0 | 137 | 17 | 107 | 132 | 55 |
| Binary | 10110010 | 11011000 | 1011 | 10010 | 0 | 1011111 | 1111 | 1000111 | 1011010 | 101101 |
Color Harmonies of #B2D80B
Complementary color
Monochromatic Colors of #B2D80B
Black with #B2D80B
Text Example
Text Example
White with #B2D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D80B; }
p { color: rgb(178,216,11); }
H1.HeaderClassName
{
color: #B2D80B;
}
.AnyTagClassName
{
color: #B2D80B;
}
</style>
background-color css
<style>
a { background-color: #B2D80B; }
a { background-color: rgb(178,216,11); }
div.DivClassName
{
background-color: #B2D80B;
}
.BgClassName
{
background-color: #B2D80B;
}
</style>
border-color css
<style>
span { border-color: #B2D80B; }
span { border-color: rgb(178,216,11); }
td.TdClassName
{
border-color: #B2D80B;
}
.TagClassName
{
border-color: #B2D80B;
}
</style>