Shades of Inch Worm #B8D70B
Tints of Inch Worm #B8D70B
RGB
CMYK
RGB Variations
Color information
#B8D70B (or 0xB8D70B) is known color: Inch Worm. HEX triplet: B8, D7 and 0B. RGB value is (184,215,11). Sum of RGB (Red+Green+Blue) = 184+215+11=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D70B is #4728F4. Grayscale: #B7B7B7. Windows color (decimal): -4663541 or 776120. OLE color: 776120.
HSL color Cylindrical-coordinate representation of color #B8D70B: hue angle of 69.12º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8D70B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 11 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.16 |
| HSL | 69.12º | 0.9% | 0.44% | - |
| HSV(B) | 69.12º | 0.95% | 0.84% | - |
| XYZ | 44.13 | 58.82 | 9.34 | - |
| YUV | 182.48 | 31.23 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 11 | 0.14 | 0 | 0.95 | 0.16 | 69.12 | 0.9 | 0.44 |
| Hex | B8 | D7 | B | E | 0 | 5F | 10 | 45 | 5A | 2C |
| Octal | 270 | 327 | 13 | 16 | 0 | 137 | 20 | 105 | 132 | 54 |
| Binary | 10111000 | 11010111 | 1011 | 1110 | 0 | 1011111 | 10000 | 1000101 | 1011010 | 101100 |
Color Harmonies of #B8D70B
Complementary color
Monochromatic Colors of #B8D70B
Black with #B8D70B
Text Example
Text Example
White with #B8D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D70B; }
p { color: rgb(184,215,11); }
H1.HeaderClassName
{
color: #B8D70B;
}
.AnyTagClassName
{
color: #B8D70B;
}
</style>
background-color css
<style>
a { background-color: #B8D70B; }
a { background-color: rgb(184,215,11); }
div.DivClassName
{
background-color: #B8D70B;
}
.BgClassName
{
background-color: #B8D70B;
}
</style>
border-color css
<style>
span { border-color: #B8D70B; }
span { border-color: rgb(184,215,11); }
td.TdClassName
{
border-color: #B8D70B;
}
.TagClassName
{
border-color: #B8D70B;
}
</style>