Shades of Inch Worm #B0D908
Tints of Inch Worm #B0D908
RGB
CMYK
RGB Variations
Color information
#B0D908 (or 0xB0D908) is known color: Inch Worm. HEX triplet: B0, D9 and 08. RGB value is (176,217,8). Sum of RGB (Red+Green+Blue) = 176+217+8=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D908 is #4F26F7. Grayscale: #B5B5B5. Windows color (decimal): -5187320 or 580016. OLE color: 580016.
HSL color Cylindrical-coordinate representation of color #B0D908: hue angle of 71.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0D908 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 8 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.15 |
| HSL | 71.77º | 0.93% | 0.44% | - |
| HSV(B) | 71.77º | 0.96% | 0.85% | - |
| XYZ | 42.76 | 58.87 | 9.34 | - |
| YUV | 180.92 | 30.42 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 8 | 0.19 | 0 | 0.96 | 0.15 | 71.77 | 0.93 | 0.44 |
| Hex | B0 | D9 | 8 | 13 | 0 | 60 | F | 48 | 5D | 2C |
| Octal | 260 | 331 | 10 | 23 | 0 | 140 | 17 | 110 | 135 | 54 |
| Binary | 10110000 | 11011001 | 1000 | 10011 | 0 | 1100000 | 1111 | 1001000 | 1011101 | 101100 |
Color Harmonies of #B0D908
Complementary color
Monochromatic Colors of #B0D908
Black with #B0D908
Text Example
Text Example
White with #B0D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D908; }
p { color: rgb(176,217,8); }
H1.HeaderClassName
{
color: #B0D908;
}
.AnyTagClassName
{
color: #B0D908;
}
</style>
background-color css
<style>
a { background-color: #B0D908; }
a { background-color: rgb(176,217,8); }
div.DivClassName
{
background-color: #B0D908;
}
.BgClassName
{
background-color: #B0D908;
}
</style>
border-color css
<style>
span { border-color: #B0D908; }
span { border-color: rgb(176,217,8); }
td.TdClassName
{
border-color: #B0D908;
}
.TagClassName
{
border-color: #B0D908;
}
</style>