Shades of Inch Worm #B6D512
Tints of Inch Worm #B6D512
RGB
CMYK
RGB Variations
Color information
#B6D512 (or 0xB6D512) is known color: Inch Worm. HEX triplet: B6, D5 and 12. RGB value is (182,213,18). Sum of RGB (Red+Green+Blue) = 182+213+18=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D512 is #492AED. Grayscale: #B6B6B6. Windows color (decimal): -4795118 or 1234358. OLE color: 1234358.
HSL color Cylindrical-coordinate representation of color #B6D512: hue angle of 69.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6D512 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 18 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.16 |
| HSL | 69.54º | 0.84% | 0.45% | - |
| HSV(B) | 69.54º | 0.92% | 0.84% | - |
| XYZ | 43.19 | 57.58 | 9.41 | - |
| YUV | 181.5 | 35.73 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 18 | 0.15 | 0 | 0.92 | 0.16 | 69.54 | 0.84 | 0.45 |
| Hex | B6 | D5 | 12 | F | 0 | 5C | 10 | 46 | 54 | 2D |
| Octal | 266 | 325 | 22 | 17 | 0 | 134 | 20 | 106 | 124 | 55 |
| Binary | 10110110 | 11010101 | 10010 | 1111 | 0 | 1011100 | 10000 | 1000110 | 1010100 | 101101 |
Color Harmonies of #B6D512
Complementary color
Monochromatic Colors of #B6D512
Black with #B6D512
Text Example
Text Example
White with #B6D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D512; }
p { color: rgb(182,213,18); }
H1.HeaderClassName
{
color: #B6D512;
}
.AnyTagClassName
{
color: #B6D512;
}
</style>
background-color css
<style>
a { background-color: #B6D512; }
a { background-color: rgb(182,213,18); }
div.DivClassName
{
background-color: #B6D512;
}
.BgClassName
{
background-color: #B6D512;
}
</style>
border-color css
<style>
span { border-color: #B6D512; }
span { border-color: rgb(182,213,18); }
td.TdClassName
{
border-color: #B6D512;
}
.TagClassName
{
border-color: #B6D512;
}
</style>