Shades of Inch Worm #B8D91D
Tints of Inch Worm #B8D91D
RGB
CMYK
RGB Variations
Color information
#B8D91D (or 0xB8D91D) is known color: Inch Worm. HEX triplet: B8, D9 and 1D. RGB value is (184,217,29). Sum of RGB (Red+Green+Blue) = 184+217+29=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D91D is #4726E2. Grayscale: #BABABA. Windows color (decimal): -4663011 or 1956280. OLE color: 1956280.
HSL color Cylindrical-coordinate representation of color #B8D91D: hue angle of 70.53º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8D91D is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 29 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.15 |
| HSL | 70.53º | 0.76% | 0.48% | - |
| HSV(B) | 70.53º | 0.87% | 0.85% | - |
| XYZ | 44.8 | 59.9 | 10.36 | - |
| YUV | 185.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 29 | 0.15 | 0 | 0.87 | 0.15 | 70.53 | 0.76 | 0.48 |
| Hex | B8 | D9 | 1D | F | 0 | 57 | F | 47 | 4C | 30 |
| Octal | 270 | 331 | 35 | 17 | 0 | 127 | 17 | 107 | 114 | 60 |
| Binary | 10111000 | 11011001 | 11101 | 1111 | 0 | 1010111 | 1111 | 1000111 | 1001100 | 110000 |
Color Harmonies of #B8D91D
Complementary color
Monochromatic Colors of #B8D91D
Black with #B8D91D
Text Example
Text Example
White with #B8D91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D91D; }
p { color: rgb(184,217,29); }
H1.HeaderClassName
{
color: #B8D91D;
}
.AnyTagClassName
{
color: #B8D91D;
}
</style>
background-color css
<style>
a { background-color: #B8D91D; }
a { background-color: rgb(184,217,29); }
div.DivClassName
{
background-color: #B8D91D;
}
.BgClassName
{
background-color: #B8D91D;
}
</style>
border-color css
<style>
span { border-color: #B8D91D; }
span { border-color: rgb(184,217,29); }
td.TdClassName
{
border-color: #B8D91D;
}
.TagClassName
{
border-color: #B8D91D;
}
</style>