Shades of Inch Worm #B4D908
Tints of Inch Worm #B4D908
RGB
CMYK
RGB Variations
Color information
#B4D908 (or 0xB4D908) is known color: Inch Worm. HEX triplet: B4, D9 and 08. RGB value is (180,217,8). Sum of RGB (Red+Green+Blue) = 180+217+8=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D908 is #4B26F7. Grayscale: #B6B6B6. Windows color (decimal): -4925176 or 580020. OLE color: 580020.
HSL color Cylindrical-coordinate representation of color #B4D908: hue angle of 70.62º 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 #B4D908 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.15 |
| HSL | 70.62º | 0.93% | 0.44% | - |
| HSV(B) | 70.62º | 0.96% | 0.85% | - |
| XYZ | 43.68 | 59.35 | 9.38 | - |
| YUV | 182.11 | 29.74 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 8 | 0.17 | 0 | 0.96 | 0.15 | 70.62 | 0.93 | 0.44 |
| Hex | B4 | D9 | 8 | 11 | 0 | 60 | F | 47 | 5D | 2C |
| Octal | 264 | 331 | 10 | 21 | 0 | 140 | 17 | 107 | 135 | 54 |
| Binary | 10110100 | 11011001 | 1000 | 10001 | 0 | 1100000 | 1111 | 1000111 | 1011101 | 101100 |
Color Harmonies of #B4D908
Complementary color
Monochromatic Colors of #B4D908
Black with #B4D908
Text Example
Text Example
White with #B4D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D908; }
p { color: rgb(180,217,8); }
H1.HeaderClassName
{
color: #B4D908;
}
.AnyTagClassName
{
color: #B4D908;
}
</style>
background-color css
<style>
a { background-color: #B4D908; }
a { background-color: rgb(180,217,8); }
div.DivClassName
{
background-color: #B4D908;
}
.BgClassName
{
background-color: #B4D908;
}
</style>
border-color css
<style>
span { border-color: #B4D908; }
span { border-color: rgb(180,217,8); }
td.TdClassName
{
border-color: #B4D908;
}
.TagClassName
{
border-color: #B4D908;
}
</style>