Shades of Inch Worm #B8D706
Tints of Inch Worm #B8D706
RGB
CMYK
RGB Variations
Color information
#B8D706 (or 0xB8D706) is known color: Inch Worm. HEX triplet: B8, D7 and 06. RGB value is (184,215,6). Sum of RGB (Red+Green+Blue) = 184+215+6=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D706 is #4728F9. Grayscale: #B6B6B6. Windows color (decimal): -4663546 or 448440. OLE color: 448440.
HSL color Cylindrical-coordinate representation of color #B8D706: hue angle of 68.9º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8D706 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.16 |
| HSL | 68.9º | 0.95% | 0.43% | - |
| HSV(B) | 68.9º | 0.97% | 0.84% | - |
| XYZ | 44.1 | 58.8 | 9.2 | - |
| YUV | 181.91 | 28.73 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 6 | 0.14 | 0 | 0.97 | 0.16 | 68.9 | 0.95 | 0.43 |
| Hex | B8 | D7 | 6 | E | 0 | 61 | 10 | 45 | 5F | 2B |
| Octal | 270 | 327 | 6 | 16 | 0 | 141 | 20 | 105 | 137 | 53 |
| Binary | 10111000 | 11010111 | 110 | 1110 | 0 | 1100001 | 10000 | 1000101 | 1011111 | 101011 |
Color Harmonies of #B8D706
Complementary color
Monochromatic Colors of #B8D706
Black with #B8D706
Text Example
Text Example
White with #B8D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D706; }
p { color: rgb(184,215,6); }
H1.HeaderClassName
{
color: #B8D706;
}
.AnyTagClassName
{
color: #B8D706;
}
</style>
background-color css
<style>
a { background-color: #B8D706; }
a { background-color: rgb(184,215,6); }
div.DivClassName
{
background-color: #B8D706;
}
.BgClassName
{
background-color: #B8D706;
}
</style>
border-color css
<style>
span { border-color: #B8D706; }
span { border-color: rgb(184,215,6); }
td.TdClassName
{
border-color: #B8D706;
}
.TagClassName
{
border-color: #B8D706;
}
</style>