Shades of Inch Worm #B8D905
Tints of Inch Worm #B8D905
RGB
CMYK
RGB Variations
Color information
#B8D905 (or 0xB8D905) is known color: Inch Worm. HEX triplet: B8, D9 and 05. RGB value is (184,217,5). Sum of RGB (Red+Green+Blue) = 184+217+5=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D905 is #4726FA. Grayscale: #B7B7B7. Windows color (decimal): -4663035 or 383416. OLE color: 383416.
HSL color Cylindrical-coordinate representation of color #B8D905: hue angle of 69.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8D905 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.15 |
| HSL | 69.34º | 0.95% | 0.44% | - |
| HSV(B) | 69.34º | 0.98% | 0.85% | - |
| XYZ | 44.61 | 59.83 | 9.34 | - |
| YUV | 182.97 | 27.57 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 5 | 0.15 | 0 | 0.98 | 0.15 | 69.34 | 0.95 | 0.44 |
| Hex | B8 | D9 | 5 | F | 0 | 62 | F | 45 | 5F | 2C |
| Octal | 270 | 331 | 5 | 17 | 0 | 142 | 17 | 105 | 137 | 54 |
| Binary | 10111000 | 11011001 | 101 | 1111 | 0 | 1100010 | 1111 | 1000101 | 1011111 | 101100 |
Color Harmonies of #B8D905
Complementary color
Monochromatic Colors of #B8D905
Black with #B8D905
Text Example
Text Example
White with #B8D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D905; }
p { color: rgb(184,217,5); }
H1.HeaderClassName
{
color: #B8D905;
}
.AnyTagClassName
{
color: #B8D905;
}
</style>
background-color css
<style>
a { background-color: #B8D905; }
a { background-color: rgb(184,217,5); }
div.DivClassName
{
background-color: #B8D905;
}
.BgClassName
{
background-color: #B8D905;
}
</style>
border-color css
<style>
span { border-color: #B8D905; }
span { border-color: rgb(184,217,5); }
td.TdClassName
{
border-color: #B8D905;
}
.TagClassName
{
border-color: #B8D905;
}
</style>