Shades of Inch Worm #B0D316
Tints of Inch Worm #B0D316
RGB
CMYK
RGB Variations
Color information
#B0D316 (or 0xB0D316) is known color: Inch Worm. HEX triplet: B0, D3 and 16. RGB value is (176,211,22). Sum of RGB (Red+Green+Blue) = 176+211+22=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D316 is #4F2CE9. Grayscale: #B3B3B3. Windows color (decimal): -5188842 or 1495984. OLE color: 1495984.
HSL color Cylindrical-coordinate representation of color #B0D316: hue angle of 71.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0D316 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 22 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.17 |
| HSL | 71.11º | 0.81% | 0.46% | - |
| HSV(B) | 71.11º | 0.9% | 0.83% | - |
| XYZ | 41.34 | 55.88 | 9.37 | - |
| YUV | 178.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 22 | 0.17 | 0 | 0.90 | 0.17 | 71.11 | 0.81 | 0.46 |
| Hex | B0 | D3 | 16 | 11 | 0 | 5A | 11 | 47 | 51 | 2E |
| Octal | 260 | 323 | 26 | 21 | 0 | 132 | 21 | 107 | 121 | 56 |
| Binary | 10110000 | 11010011 | 10110 | 10001 | 0 | 1011010 | 10001 | 1000111 | 1010001 | 101110 |
Color Harmonies of #B0D316
Complementary color
Monochromatic Colors of #B0D316
Black with #B0D316
Text Example
Text Example
White with #B0D316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D316; }
p { color: rgb(176,211,22); }
H1.HeaderClassName
{
color: #B0D316;
}
.AnyTagClassName
{
color: #B0D316;
}
</style>
background-color css
<style>
a { background-color: #B0D316; }
a { background-color: rgb(176,211,22); }
div.DivClassName
{
background-color: #B0D316;
}
.BgClassName
{
background-color: #B0D316;
}
</style>
border-color css
<style>
span { border-color: #B0D316; }
span { border-color: rgb(176,211,22); }
td.TdClassName
{
border-color: #B0D316;
}
.TagClassName
{
border-color: #B0D316;
}
</style>