Shades of Inch Worm #B8D80B
Tints of Inch Worm #B8D80B
RGB
CMYK
RGB Variations
Color information
#B8D80B (or 0xB8D80B) is known color: Inch Worm. HEX triplet: B8, D8 and 0B. RGB value is (184,216,11). Sum of RGB (Red+Green+Blue) = 184+216+11=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D80B is #4727F4. Grayscale: #B7B7B7. Windows color (decimal): -4663285 or 776376. OLE color: 776376.
HSL color Cylindrical-coordinate representation of color #B8D80B: hue angle of 69.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8D80B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.15 |
| HSL | 69.37º | 0.9% | 0.45% | - |
| HSV(B) | 69.37º | 0.95% | 0.85% | - |
| XYZ | 44.38 | 59.33 | 9.43 | - |
| YUV | 183.06 | 30.9 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 11 | 0.15 | 0 | 0.95 | 0.15 | 69.37 | 0.9 | 0.45 |
| Hex | B8 | D8 | B | F | 0 | 5F | F | 45 | 5A | 2D |
| Octal | 270 | 330 | 13 | 17 | 0 | 137 | 17 | 105 | 132 | 55 |
| Binary | 10111000 | 11011000 | 1011 | 1111 | 0 | 1011111 | 1111 | 1000101 | 1011010 | 101101 |
Color Harmonies of #B8D80B
Complementary color
Monochromatic Colors of #B8D80B
Black with #B8D80B
Text Example
Text Example
White with #B8D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D80B; }
p { color: rgb(184,216,11); }
H1.HeaderClassName
{
color: #B8D80B;
}
.AnyTagClassName
{
color: #B8D80B;
}
</style>
background-color css
<style>
a { background-color: #B8D80B; }
a { background-color: rgb(184,216,11); }
div.DivClassName
{
background-color: #B8D80B;
}
.BgClassName
{
background-color: #B8D80B;
}
</style>
border-color css
<style>
span { border-color: #B8D80B; }
span { border-color: rgb(184,216,11); }
td.TdClassName
{
border-color: #B8D80B;
}
.TagClassName
{
border-color: #B8D80B;
}
</style>