Shades of Inch Worm #B0DB1B
Tints of Inch Worm #B0DB1B
RGB
CMYK
RGB Variations
Color information
#B0DB1B (or 0xB0DB1B) is known color: Inch Worm. HEX triplet: B0, DB and 1B. RGB value is (176,219,27). Sum of RGB (Red+Green+Blue) = 176+219+27=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB1B is #4F24E4. Grayscale: #B8B8B8. Windows color (decimal): -5186789 or 1825712. OLE color: 1825712.
HSL color Cylindrical-coordinate representation of color #B0DB1B: hue angle of 73.44º 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 #B0DB1B is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 27 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.14 |
| HSL | 73.44º | 0.78% | 0.48% | - |
| HSV(B) | 73.44º | 0.88% | 0.86% | - |
| XYZ | 43.43 | 59.97 | 10.32 | - |
| YUV | 184.26 | 39.25 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 27 | 0.20 | 0 | 0.88 | 0.14 | 73.44 | 0.78 | 0.48 |
| Hex | B0 | DB | 1B | 14 | 0 | 58 | E | 49 | 4E | 30 |
| Octal | 260 | 333 | 33 | 24 | 0 | 130 | 16 | 111 | 116 | 60 |
| Binary | 10110000 | 11011011 | 11011 | 10100 | 0 | 1011000 | 1110 | 1001001 | 1001110 | 110000 |
Color Harmonies of #B0DB1B
Complementary color
Monochromatic Colors of #B0DB1B
Black with #B0DB1B
Text Example
Text Example
White with #B0DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB1B; }
p { color: rgb(176,219,27); }
H1.HeaderClassName
{
color: #B0DB1B;
}
.AnyTagClassName
{
color: #B0DB1B;
}
</style>
background-color css
<style>
a { background-color: #B0DB1B; }
a { background-color: rgb(176,219,27); }
div.DivClassName
{
background-color: #B0DB1B;
}
.BgClassName
{
background-color: #B0DB1B;
}
</style>
border-color css
<style>
span { border-color: #B0DB1B; }
span { border-color: rgb(176,219,27); }
td.TdClassName
{
border-color: #B0DB1B;
}
.TagClassName
{
border-color: #B0DB1B;
}
</style>