Shades of Inch Worm #B0D105
Tints of Inch Worm #B0D105
RGB
CMYK
RGB Variations
Color information
#B0D105 (or 0xB0D105) is known color: Inch Worm. HEX triplet: B0, D1 and 05. RGB value is (176,209,5). Sum of RGB (Red+Green+Blue) = 176+209+5=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D105 is #4F2EFA. Grayscale: #B0B0B0. Windows color (decimal): -5189371 or 381360. OLE color: 381360.
HSL color Cylindrical-coordinate representation of color #B0D105: hue angle of 69.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0D105 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.18 |
| HSL | 69.71º | 0.95% | 0.42% | - |
| HSV(B) | 69.71º | 0.98% | 0.82% | - |
| XYZ | 40.73 | 54.84 | 8.58 | - |
| YUV | 175.88 | 31.57 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 5 | 0.16 | 0 | 0.98 | 0.18 | 69.71 | 0.95 | 0.42 |
| Hex | B0 | D1 | 5 | 10 | 0 | 62 | 12 | 46 | 5F | 2A |
| Octal | 260 | 321 | 5 | 20 | 0 | 142 | 22 | 106 | 137 | 52 |
| Binary | 10110000 | 11010001 | 101 | 10000 | 0 | 1100010 | 10010 | 1000110 | 1011111 | 101010 |
Color Harmonies of #B0D105
Complementary color
Monochromatic Colors of #B0D105
Black with #B0D105
Text Example
Text Example
White with #B0D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D105; }
p { color: rgb(176,209,5); }
H1.HeaderClassName
{
color: #B0D105;
}
.AnyTagClassName
{
color: #B0D105;
}
</style>
background-color css
<style>
a { background-color: #B0D105; }
a { background-color: rgb(176,209,5); }
div.DivClassName
{
background-color: #B0D105;
}
.BgClassName
{
background-color: #B0D105;
}
</style>
border-color css
<style>
span { border-color: #B0D105; }
span { border-color: rgb(176,209,5); }
td.TdClassName
{
border-color: #B0D105;
}
.TagClassName
{
border-color: #B0D105;
}
</style>