Shades of Inch Worm #B2D602
Tints of Inch Worm #B2D602
RGB
CMYK
RGB Variations
Color information
#B2D602 (or 0xB2D602) is known color: Inch Worm. HEX triplet: B2, D6 and 02. RGB value is (178,214,2). Sum of RGB (Red+Green+Blue) = 178+214+2=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D602 is #4D29FD. Grayscale: #B3B3B3. Windows color (decimal): -5057022 or 186034. OLE color: 186034.
HSL color Cylindrical-coordinate representation of color #B2D602: hue angle of 70.19º 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 #B2D602 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.16 |
| HSL | 70.19º | 0.98% | 0.42% | - |
| HSV(B) | 70.19º | 0.99% | 0.84% | - |
| XYZ | 42.42 | 57.56 | 8.93 | - |
| YUV | 179.07 | 28.07 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 2 | 0.17 | 0 | 0.99 | 0.16 | 70.19 | 0.98 | 0.42 |
| Hex | B2 | D6 | 2 | 11 | 0 | 63 | 10 | 46 | 62 | 2A |
| Octal | 262 | 326 | 2 | 21 | 0 | 143 | 20 | 106 | 142 | 52 |
| Binary | 10110010 | 11010110 | 10 | 10001 | 0 | 1100011 | 10000 | 1000110 | 1100010 | 101010 |
Color Harmonies of #B2D602
Complementary color
Monochromatic Colors of #B2D602
Black with #B2D602
Text Example
Text Example
White with #B2D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D602; }
p { color: rgb(178,214,2); }
H1.HeaderClassName
{
color: #B2D602;
}
.AnyTagClassName
{
color: #B2D602;
}
</style>
background-color css
<style>
a { background-color: #B2D602; }
a { background-color: rgb(178,214,2); }
div.DivClassName
{
background-color: #B2D602;
}
.BgClassName
{
background-color: #B2D602;
}
</style>
border-color css
<style>
span { border-color: #B2D602; }
span { border-color: rgb(178,214,2); }
td.TdClassName
{
border-color: #B2D602;
}
.TagClassName
{
border-color: #B2D602;
}
</style>