Shades of Inch Worm #B8D700
Tints of Inch Worm #B8D700
RGB
CMYK
RGB Variations
Color information
#B8D700 (or 0xB8D700) is known color: Inch Worm. HEX triplet: B8, D7 and 00. RGB value is (184,215,0). Sum of RGB (Red+Green+Blue) = 184+215+0=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D700 is #4728FF. Grayscale: #B6B6B6. Windows color (decimal): -4663552 or 55224. OLE color: 55224.
HSL color Cylindrical-coordinate representation of color #B8D700: hue angle of 68.65º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8D700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.16 |
| HSL | 68.65º | 1% | 0.42% | - |
| HSV(B) | 68.65º | 1% | 0.84% | - |
| XYZ | 44.07 | 58.79 | 9.03 | - |
| YUV | 181.22 | 25.73 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 0 | 0.14 | 0 | 1 | 0.16 | 68.65 | 1 | 0.42 |
| Hex | B8 | D7 | 0 | E | 0 | 64 | 10 | 45 | 64 | 2A |
| Octal | 270 | 327 | 0 | 16 | 0 | 144 | 20 | 105 | 144 | 52 |
| Binary | 10111000 | 11010111 | 0 | 1110 | 0 | 1100100 | 10000 | 1000101 | 1100100 | 101010 |
Color Harmonies of #B8D700
Complementary color
Monochromatic Colors of #B8D700
Black with #B8D700
Text Example
Text Example
White with #B8D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D700; }
p { color: rgb(184,215,0); }
H1.HeaderClassName
{
color: #B8D700;
}
.AnyTagClassName
{
color: #B8D700;
}
</style>
background-color css
<style>
a { background-color: #B8D700; }
a { background-color: rgb(184,215,0); }
div.DivClassName
{
background-color: #B8D700;
}
.BgClassName
{
background-color: #B8D700;
}
</style>
border-color css
<style>
span { border-color: #B8D700; }
span { border-color: rgb(184,215,0); }
td.TdClassName
{
border-color: #B8D700;
}
.TagClassName
{
border-color: #B8D700;
}
</style>