Shades of Inch Worm #B8D810
Tints of Inch Worm #B8D810
RGB
CMYK
RGB Variations
Color information
#B8D810 (or 0xB8D810) is known color: Inch Worm. HEX triplet: B8, D8 and 10. RGB value is (184,216,16). Sum of RGB (Red+Green+Blue) = 184+216+16=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D810 is #4727EF. Grayscale: #B8B8B8. Windows color (decimal): -4663280 or 1104056. OLE color: 1104056.
HSL color Cylindrical-coordinate representation of color #B8D810: hue angle of 69.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8D810 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.15 |
| HSL | 69.6º | 0.86% | 0.45% | - |
| HSV(B) | 69.6º | 0.93% | 0.85% | - |
| XYZ | 44.42 | 59.34 | 9.6 | - |
| YUV | 183.63 | 33.4 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 16 | 0.15 | 0 | 0.93 | 0.15 | 69.6 | 0.86 | 0.45 |
| Hex | B8 | D8 | 10 | F | 0 | 5D | F | 46 | 56 | 2D |
| Octal | 270 | 330 | 20 | 17 | 0 | 135 | 17 | 106 | 126 | 55 |
| Binary | 10111000 | 11011000 | 10000 | 1111 | 0 | 1011101 | 1111 | 1000110 | 1010110 | 101101 |
Color Harmonies of #B8D810
Complementary color
Monochromatic Colors of #B8D810
Black with #B8D810
Text Example
Text Example
White with #B8D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D810; }
p { color: rgb(184,216,16); }
H1.HeaderClassName
{
color: #B8D810;
}
.AnyTagClassName
{
color: #B8D810;
}
</style>
background-color css
<style>
a { background-color: #B8D810; }
a { background-color: rgb(184,216,16); }
div.DivClassName
{
background-color: #B8D810;
}
.BgClassName
{
background-color: #B8D810;
}
</style>
border-color css
<style>
span { border-color: #B8D810; }
span { border-color: rgb(184,216,16); }
td.TdClassName
{
border-color: #B8D810;
}
.TagClassName
{
border-color: #B8D810;
}
</style>