Shades of Inch Worm #B7DB06
Tints of Inch Worm #B7DB06
RGB
CMYK
RGB Variations
Color information
#B7DB06 (or 0xB7DB06) is known color: Inch Worm. HEX triplet: B7, DB and 06. RGB value is (183,219,6). Sum of RGB (Red+Green+Blue) = 183+219+6=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DB06 is #4824F9. Grayscale: #B8B8B8. Windows color (decimal): -4728058 or 449463. OLE color: 449463.
HSL color Cylindrical-coordinate representation of color #B7DB06: hue angle of 70.14º 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 #B7DB06 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 6 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.14 |
| HSL | 70.14º | 0.95% | 0.44% | - |
| HSV(B) | 70.14º | 0.97% | 0.86% | - |
| XYZ | 44.89 | 60.74 | 9.53 | - |
| YUV | 183.95 | 27.57 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 6 | 0.16 | 0 | 0.97 | 0.14 | 70.14 | 0.95 | 0.44 |
| Hex | B7 | DB | 6 | 10 | 0 | 61 | E | 46 | 5F | 2C |
| Octal | 267 | 333 | 6 | 20 | 0 | 141 | 16 | 106 | 137 | 54 |
| Binary | 10110111 | 11011011 | 110 | 10000 | 0 | 1100001 | 1110 | 1000110 | 1011111 | 101100 |
Color Harmonies of #B7DB06
Complementary color
Monochromatic Colors of #B7DB06
Black with #B7DB06
Text Example
Text Example
White with #B7DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB06; }
p { color: rgb(183,219,6); }
H1.HeaderClassName
{
color: #B7DB06;
}
.AnyTagClassName
{
color: #B7DB06;
}
</style>
background-color css
<style>
a { background-color: #B7DB06; }
a { background-color: rgb(183,219,6); }
div.DivClassName
{
background-color: #B7DB06;
}
.BgClassName
{
background-color: #B7DB06;
}
</style>
border-color css
<style>
span { border-color: #B7DB06; }
span { border-color: rgb(183,219,6); }
td.TdClassName
{
border-color: #B7DB06;
}
.TagClassName
{
border-color: #B7DB06;
}
</style>