Shades of Inch Worm #B1D609
Tints of Inch Worm #B1D609
RGB
CMYK
RGB Variations
Color information
#B1D609 (or 0xB1D609) is known color: Inch Worm. HEX triplet: B1, D6 and 09. RGB value is (177,214,9). Sum of RGB (Red+Green+Blue) = 177+214+9=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D609 is #4E29F6. Grayscale: #B4B4B4. Windows color (decimal): -5122551 or 644785. OLE color: 644785.
HSL color Cylindrical-coordinate representation of color #B1D609: hue angle of 70.83º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1D609 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.16 |
| HSL | 70.83º | 0.92% | 0.44% | - |
| HSV(B) | 70.83º | 0.96% | 0.84% | - |
| XYZ | 42.23 | 57.46 | 9.12 | - |
| YUV | 179.57 | 31.74 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 9 | 0.17 | 0 | 0.96 | 0.16 | 70.83 | 0.92 | 0.44 |
| Hex | B1 | D6 | 9 | 11 | 0 | 60 | 10 | 47 | 5C | 2C |
| Octal | 261 | 326 | 11 | 21 | 0 | 140 | 20 | 107 | 134 | 54 |
| Binary | 10110001 | 11010110 | 1001 | 10001 | 0 | 1100000 | 10000 | 1000111 | 1011100 | 101100 |
Color Harmonies of #B1D609
Complementary color
Monochromatic Colors of #B1D609
Black with #B1D609
Text Example
Text Example
White with #B1D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D609; }
p { color: rgb(177,214,9); }
H1.HeaderClassName
{
color: #B1D609;
}
.AnyTagClassName
{
color: #B1D609;
}
</style>
background-color css
<style>
a { background-color: #B1D609; }
a { background-color: rgb(177,214,9); }
div.DivClassName
{
background-color: #B1D609;
}
.BgClassName
{
background-color: #B1D609;
}
</style>
border-color css
<style>
span { border-color: #B1D609; }
span { border-color: rgb(177,214,9); }
td.TdClassName
{
border-color: #B1D609;
}
.TagClassName
{
border-color: #B1D609;
}
</style>