Shades of Inch Worm #B8D712
Tints of Inch Worm #B8D712
RGB
CMYK
RGB Variations
Color information
#B8D712 (or 0xB8D712) is known color: Inch Worm. HEX triplet: B8, D7 and 12. RGB value is (184,215,18). Sum of RGB (Red+Green+Blue) = 184+215+18=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D712 is #4728ED. Grayscale: #B8B8B8. Windows color (decimal): -4663534 or 1234872. OLE color: 1234872.
HSL color Cylindrical-coordinate representation of color #B8D712: hue angle of 69.44º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8D712 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 18 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.16 |
| HSL | 69.44º | 0.85% | 0.46% | - |
| HSV(B) | 69.44º | 0.92% | 0.84% | - |
| XYZ | 44.18 | 58.83 | 9.6 | - |
| YUV | 183.27 | 34.73 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 18 | 0.14 | 0 | 0.92 | 0.16 | 69.44 | 0.85 | 0.46 |
| Hex | B8 | D7 | 12 | E | 0 | 5C | 10 | 45 | 55 | 2E |
| Octal | 270 | 327 | 22 | 16 | 0 | 134 | 20 | 105 | 125 | 56 |
| Binary | 10111000 | 11010111 | 10010 | 1110 | 0 | 1011100 | 10000 | 1000101 | 1010101 | 101110 |
Color Harmonies of #B8D712
Complementary color
Monochromatic Colors of #B8D712
Black with #B8D712
Text Example
Text Example
White with #B8D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D712; }
p { color: rgb(184,215,18); }
H1.HeaderClassName
{
color: #B8D712;
}
.AnyTagClassName
{
color: #B8D712;
}
</style>
background-color css
<style>
a { background-color: #B8D712; }
a { background-color: rgb(184,215,18); }
div.DivClassName
{
background-color: #B8D712;
}
.BgClassName
{
background-color: #B8D712;
}
</style>
border-color css
<style>
span { border-color: #B8D712; }
span { border-color: rgb(184,215,18); }
td.TdClassName
{
border-color: #B8D712;
}
.TagClassName
{
border-color: #B8D712;
}
</style>