Shades of Inch Worm #B0DB08
Tints of Inch Worm #B0DB08
RGB
CMYK
RGB Variations
Color information
#B0DB08 (or 0xB0DB08) is known color: Inch Worm. HEX triplet: B0, DB and 08. RGB value is (176,219,8). Sum of RGB (Red+Green+Blue) = 176+219+8=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DB08 is #4F24F7. Grayscale: #B6B6B6. Windows color (decimal): -5186808 or 580528. OLE color: 580528.
HSL color Cylindrical-coordinate representation of color #B0DB08: hue angle of 72.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0DB08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.14 |
| HSL | 72.23º | 0.93% | 0.45% | - |
| HSV(B) | 72.23º | 0.96% | 0.86% | - |
| XYZ | 43.28 | 59.91 | 9.51 | - |
| YUV | 182.09 | 29.75 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 8 | 0.20 | 0 | 0.96 | 0.14 | 72.23 | 0.93 | 0.45 |
| Hex | B0 | DB | 8 | 14 | 0 | 60 | E | 48 | 5D | 2D |
| Octal | 260 | 333 | 10 | 24 | 0 | 140 | 16 | 110 | 135 | 55 |
| Binary | 10110000 | 11011011 | 1000 | 10100 | 0 | 1100000 | 1110 | 1001000 | 1011101 | 101101 |
Color Harmonies of #B0DB08
Complementary color
Monochromatic Colors of #B0DB08
Black with #B0DB08
Text Example
Text Example
White with #B0DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB08; }
p { color: rgb(176,219,8); }
H1.HeaderClassName
{
color: #B0DB08;
}
.AnyTagClassName
{
color: #B0DB08;
}
</style>
background-color css
<style>
a { background-color: #B0DB08; }
a { background-color: rgb(176,219,8); }
div.DivClassName
{
background-color: #B0DB08;
}
.BgClassName
{
background-color: #B0DB08;
}
</style>
border-color css
<style>
span { border-color: #B0DB08; }
span { border-color: rgb(176,219,8); }
td.TdClassName
{
border-color: #B0DB08;
}
.TagClassName
{
border-color: #B0DB08;
}
</style>