Shades of Inch Worm #B0DC1B
Tints of Inch Worm #B0DC1B
RGB
CMYK
RGB Variations
Color information
#B0DC1B (or 0xB0DC1B) is known color: Inch Worm. HEX triplet: B0, DC and 1B. RGB value is (176,220,27). Sum of RGB (Red+Green+Blue) = 176+220+27=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC1B is #4F23E4. Grayscale: #B9B9B9. Windows color (decimal): -5186533 or 1825968. OLE color: 1825968.
HSL color Cylindrical-coordinate representation of color #B0DC1B: hue angle of 73.68º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0DC1B is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 27 | - |
| CMYK | 0.2 | 0 | 0.88 | 0.14 |
| HSL | 73.68º | 0.78% | 0.48% | - |
| HSV(B) | 73.68º | 0.88% | 0.86% | - |
| XYZ | 43.7 | 60.5 | 10.41 | - |
| YUV | 184.84 | 38.92 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 27 | 0.2 | 0 | 0.88 | 0.14 | 73.68 | 0.78 | 0.48 |
| Hex | B0 | DC | 1B | 14 | 0 | 58 | E | 4A | 4E | 30 |
| Octal | 260 | 334 | 33 | 24 | 0 | 130 | 16 | 112 | 116 | 60 |
| Binary | 10110000 | 11011100 | 11011 | 10100 | 0 | 1011000 | 1110 | 1001010 | 1001110 | 110000 |
Color Harmonies of #B0DC1B
Complementary color
Monochromatic Colors of #B0DC1B
Black with #B0DC1B
Text Example
Text Example
White with #B0DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC1B; }
p { color: rgb(176,220,27); }
H1.HeaderClassName
{
color: #B0DC1B;
}
.AnyTagClassName
{
color: #B0DC1B;
}
</style>
background-color css
<style>
a { background-color: #B0DC1B; }
a { background-color: rgb(176,220,27); }
div.DivClassName
{
background-color: #B0DC1B;
}
.BgClassName
{
background-color: #B0DC1B;
}
</style>
border-color css
<style>
span { border-color: #B0DC1B; }
span { border-color: rgb(176,220,27); }
td.TdClassName
{
border-color: #B0DC1B;
}
.TagClassName
{
border-color: #B0DC1B;
}
</style>