Shades of Inch Worm #B8DB06
Tints of Inch Worm #B8DB06
RGB
CMYK
RGB Variations
Color information
#B8DB06 (or 0xB8DB06) is known color: Inch Worm. HEX triplet: B8, DB and 06. RGB value is (184,219,6). Sum of RGB (Red+Green+Blue) = 184+219+6=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DB06 is #4724F9. Grayscale: #B9B9B9. Windows color (decimal): -4662522 or 449464. OLE color: 449464.
HSL color Cylindrical-coordinate representation of color #B8DB06: hue angle of 69.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8DB06 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 6 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.14 |
| HSL | 69.86º | 0.95% | 0.44% | - |
| HSV(B) | 69.86º | 0.97% | 0.86% | - |
| XYZ | 45.13 | 60.87 | 9.54 | - |
| YUV | 184.25 | 27.4 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 6 | 0.16 | 0 | 0.97 | 0.14 | 69.86 | 0.95 | 0.44 |
| Hex | B8 | DB | 6 | 10 | 0 | 61 | E | 46 | 5F | 2C |
| Octal | 270 | 333 | 6 | 20 | 0 | 141 | 16 | 106 | 137 | 54 |
| Binary | 10111000 | 11011011 | 110 | 10000 | 0 | 1100001 | 1110 | 1000110 | 1011111 | 101100 |
Color Harmonies of #B8DB06
Complementary color
Monochromatic Colors of #B8DB06
Black with #B8DB06
Text Example
Text Example
White with #B8DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB06; }
p { color: rgb(184,219,6); }
H1.HeaderClassName
{
color: #B8DB06;
}
.AnyTagClassName
{
color: #B8DB06;
}
</style>
background-color css
<style>
a { background-color: #B8DB06; }
a { background-color: rgb(184,219,6); }
div.DivClassName
{
background-color: #B8DB06;
}
.BgClassName
{
background-color: #B8DB06;
}
</style>
border-color css
<style>
span { border-color: #B8DB06; }
span { border-color: rgb(184,219,6); }
td.TdClassName
{
border-color: #B8DB06;
}
.TagClassName
{
border-color: #B8DB06;
}
</style>