Shades of Inch Worm #B8DB08
Tints of Inch Worm #B8DB08
RGB
CMYK
RGB Variations
Color information
#B8DB08 (or 0xB8DB08) is known color: Inch Worm. HEX triplet: B8, DB and 08. RGB value is (184,219,8). Sum of RGB (Red+Green+Blue) = 184+219+8=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DB08 is #4724F7. Grayscale: #B9B9B9. Windows color (decimal): -4662520 or 580536. OLE color: 580536.
HSL color Cylindrical-coordinate representation of color #B8DB08: hue angle of 69.95º 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 #B8DB08 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 8 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.14 |
| HSL | 69.95º | 0.93% | 0.45% | - |
| HSV(B) | 69.95º | 0.96% | 0.86% | - |
| XYZ | 45.14 | 60.87 | 9.6 | - |
| YUV | 184.48 | 28.4 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 8 | 0.16 | 0 | 0.96 | 0.14 | 69.95 | 0.93 | 0.45 |
| Hex | B8 | DB | 8 | 10 | 0 | 60 | E | 46 | 5D | 2D |
| Octal | 270 | 333 | 10 | 20 | 0 | 140 | 16 | 106 | 135 | 55 |
| Binary | 10111000 | 11011011 | 1000 | 10000 | 0 | 1100000 | 1110 | 1000110 | 1011101 | 101101 |
Color Harmonies of #B8DB08
Complementary color
Monochromatic Colors of #B8DB08
Black with #B8DB08
Text Example
Text Example
White with #B8DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB08; }
p { color: rgb(184,219,8); }
H1.HeaderClassName
{
color: #B8DB08;
}
.AnyTagClassName
{
color: #B8DB08;
}
</style>
background-color css
<style>
a { background-color: #B8DB08; }
a { background-color: rgb(184,219,8); }
div.DivClassName
{
background-color: #B8DB08;
}
.BgClassName
{
background-color: #B8DB08;
}
</style>
border-color css
<style>
span { border-color: #B8DB08; }
span { border-color: rgb(184,219,8); }
td.TdClassName
{
border-color: #B8DB08;
}
.TagClassName
{
border-color: #B8DB08;
}
</style>