Shades of Inch Worm #B8DC17
Tints of Inch Worm #B8DC17
RGB
CMYK
RGB Variations
Color information
#B8DC17 (or 0xB8DC17) is known color: Inch Worm. HEX triplet: B8, DC and 17. RGB value is (184,220,23). Sum of RGB (Red+Green+Blue) = 184+220+23=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DC17 is #4723E8. Grayscale: #BBBBBB. Windows color (decimal): -4662249 or 1563832. OLE color: 1563832.
HSL color Cylindrical-coordinate representation of color #B8DC17: hue angle of 70.96º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8DC17 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 23 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.14 |
| HSL | 70.96º | 0.81% | 0.48% | - |
| HSV(B) | 70.96º | 0.9% | 0.86% | - |
| XYZ | 45.52 | 61.44 | 10.27 | - |
| YUV | 186.78 | 35.57 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 23 | 0.16 | 0 | 0.90 | 0.14 | 70.96 | 0.81 | 0.48 |
| Hex | B8 | DC | 17 | 10 | 0 | 5A | E | 47 | 51 | 30 |
| Octal | 270 | 334 | 27 | 20 | 0 | 132 | 16 | 107 | 121 | 60 |
| Binary | 10111000 | 11011100 | 10111 | 10000 | 0 | 1011010 | 1110 | 1000111 | 1010001 | 110000 |
Color Harmonies of #B8DC17
Complementary color
Monochromatic Colors of #B8DC17
Black with #B8DC17
Text Example
Text Example
White with #B8DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC17; }
p { color: rgb(184,220,23); }
H1.HeaderClassName
{
color: #B8DC17;
}
.AnyTagClassName
{
color: #B8DC17;
}
</style>
background-color css
<style>
a { background-color: #B8DC17; }
a { background-color: rgb(184,220,23); }
div.DivClassName
{
background-color: #B8DC17;
}
.BgClassName
{
background-color: #B8DC17;
}
</style>
border-color css
<style>
span { border-color: #B8DC17; }
span { border-color: rgb(184,220,23); }
td.TdClassName
{
border-color: #B8DC17;
}
.TagClassName
{
border-color: #B8DC17;
}
</style>