Shades of Inch Worm #B1D203
Tints of Inch Worm #B1D203
RGB
CMYK
RGB Variations
Color information
#B1D203 (or 0xB1D203) is known color: Inch Worm. HEX triplet: B1, D2 and 03. RGB value is (177,210,3). Sum of RGB (Red+Green+Blue) = 177+210+3=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D203 is #4E2DFC. Grayscale: #B1B1B1. Windows color (decimal): -5123581 or 250545. OLE color: 250545.
HSL color Cylindrical-coordinate representation of color #B1D203: hue angle of 69.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1D203 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.18 |
| HSL | 69.57º | 0.97% | 0.42% | - |
| HSV(B) | 69.57º | 0.99% | 0.82% | - |
| XYZ | 41.19 | 55.45 | 8.62 | - |
| YUV | 176.54 | 30.07 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 3 | 0.16 | 0 | 0.99 | 0.18 | 69.57 | 0.97 | 0.42 |
| Hex | B1 | D2 | 3 | 10 | 0 | 63 | 12 | 46 | 61 | 2A |
| Octal | 261 | 322 | 3 | 20 | 0 | 143 | 22 | 106 | 141 | 52 |
| Binary | 10110001 | 11010010 | 11 | 10000 | 0 | 1100011 | 10010 | 1000110 | 1100001 | 101010 |
Color Harmonies of #B1D203
Complementary color
Monochromatic Colors of #B1D203
Black with #B1D203
Text Example
Text Example
White with #B1D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D203; }
p { color: rgb(177,210,3); }
H1.HeaderClassName
{
color: #B1D203;
}
.AnyTagClassName
{
color: #B1D203;
}
</style>
background-color css
<style>
a { background-color: #B1D203; }
a { background-color: rgb(177,210,3); }
div.DivClassName
{
background-color: #B1D203;
}
.BgClassName
{
background-color: #B1D203;
}
</style>
border-color css
<style>
span { border-color: #B1D203; }
span { border-color: rgb(177,210,3); }
td.TdClassName
{
border-color: #B1D203;
}
.TagClassName
{
border-color: #B1D203;
}
</style>