Shades of Inch Worm #B6D50C
Tints of Inch Worm #B6D50C
RGB
CMYK
RGB Variations
Color information
#B6D50C (or 0xB6D50C) is known color: Inch Worm. HEX triplet: B6, D5 and 0C. RGB value is (182,213,12). Sum of RGB (Red+Green+Blue) = 182+213+12=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D50C is #492AF3. Grayscale: #B5B5B5. Windows color (decimal): -4795124 or 841142. OLE color: 841142.
HSL color Cylindrical-coordinate representation of color #B6D50C: hue angle of 69.25º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6D50C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.16 |
| HSL | 69.25º | 0.89% | 0.44% | - |
| HSV(B) | 69.25º | 0.94% | 0.84% | - |
| XYZ | 43.15 | 57.56 | 9.18 | - |
| YUV | 180.82 | 32.73 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 12 | 0.15 | 0 | 0.94 | 0.16 | 69.25 | 0.89 | 0.44 |
| Hex | B6 | D5 | C | F | 0 | 5E | 10 | 45 | 59 | 2C |
| Octal | 266 | 325 | 14 | 17 | 0 | 136 | 20 | 105 | 131 | 54 |
| Binary | 10110110 | 11010101 | 1100 | 1111 | 0 | 1011110 | 10000 | 1000101 | 1011001 | 101100 |
Color Harmonies of #B6D50C
Complementary color
Monochromatic Colors of #B6D50C
Black with #B6D50C
Text Example
Text Example
White with #B6D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D50C; }
p { color: rgb(182,213,12); }
H1.HeaderClassName
{
color: #B6D50C;
}
.AnyTagClassName
{
color: #B6D50C;
}
</style>
background-color css
<style>
a { background-color: #B6D50C; }
a { background-color: rgb(182,213,12); }
div.DivClassName
{
background-color: #B6D50C;
}
.BgClassName
{
background-color: #B6D50C;
}
</style>
border-color css
<style>
span { border-color: #B6D50C; }
span { border-color: rgb(182,213,12); }
td.TdClassName
{
border-color: #B6D50C;
}
.TagClassName
{
border-color: #B6D50C;
}
</style>