Shades of Inch Worm #B1D602
Tints of Inch Worm #B1D602
RGB
CMYK
RGB Variations
Color information
#B1D602 (or 0xB1D602) is known color: Inch Worm. HEX triplet: B1, D6 and 02. RGB value is (177,214,2). Sum of RGB (Red+Green+Blue) = 177+214+2=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D602 is #4E29FD. Grayscale: #B3B3B3. Windows color (decimal): -5122558 or 186033. OLE color: 186033.
HSL color Cylindrical-coordinate representation of color #B1D602: hue angle of 70.47º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1D602 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.16 |
| HSL | 70.47º | 0.98% | 0.42% | - |
| HSV(B) | 70.47º | 0.99% | 0.84% | - |
| XYZ | 42.19 | 57.44 | 8.92 | - |
| YUV | 178.77 | 28.24 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 2 | 0.17 | 0 | 0.99 | 0.16 | 70.47 | 0.98 | 0.42 |
| Hex | B1 | D6 | 2 | 11 | 0 | 63 | 10 | 46 | 62 | 2A |
| Octal | 261 | 326 | 2 | 21 | 0 | 143 | 20 | 106 | 142 | 52 |
| Binary | 10110001 | 11010110 | 10 | 10001 | 0 | 1100011 | 10000 | 1000110 | 1100010 | 101010 |
Color Harmonies of #B1D602
Complementary color
Monochromatic Colors of #B1D602
Black with #B1D602
Text Example
Text Example
White with #B1D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D602; }
p { color: rgb(177,214,2); }
H1.HeaderClassName
{
color: #B1D602;
}
.AnyTagClassName
{
color: #B1D602;
}
</style>
background-color css
<style>
a { background-color: #B1D602; }
a { background-color: rgb(177,214,2); }
div.DivClassName
{
background-color: #B1D602;
}
.BgClassName
{
background-color: #B1D602;
}
</style>
border-color css
<style>
span { border-color: #B1D602; }
span { border-color: rgb(177,214,2); }
td.TdClassName
{
border-color: #B1D602;
}
.TagClassName
{
border-color: #B1D602;
}
</style>