Shades of Inch Worm #B6DC0C
Tints of Inch Worm #B6DC0C
RGB
CMYK
RGB Variations
Color information
#B6DC0C (or 0xB6DC0C) is known color: Inch Worm. HEX triplet: B6, DC and 0C. RGB value is (182,220,12). Sum of RGB (Red+Green+Blue) = 182+220+12=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6DC0C is #4923F3. Grayscale: #B9B9B9. Windows color (decimal): -4793332 or 842934. OLE color: 842934.
HSL color Cylindrical-coordinate representation of color #B6DC0C: hue angle of 70.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6DC0C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.14 |
| HSL | 70.96º | 0.9% | 0.45% | - |
| HSV(B) | 70.96º | 0.95% | 0.86% | - |
| XYZ | 44.95 | 61.16 | 9.78 | - |
| YUV | 184.93 | 30.41 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 12 | 0.17 | 0 | 0.95 | 0.14 | 70.96 | 0.9 | 0.45 |
| Hex | B6 | DC | C | 11 | 0 | 5F | E | 47 | 5A | 2D |
| Octal | 266 | 334 | 14 | 21 | 0 | 137 | 16 | 107 | 132 | 55 |
| Binary | 10110110 | 11011100 | 1100 | 10001 | 0 | 1011111 | 1110 | 1000111 | 1011010 | 101101 |
Color Harmonies of #B6DC0C
Complementary color
Monochromatic Colors of #B6DC0C
Black with #B6DC0C
Text Example
Text Example
White with #B6DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DC0C; }
p { color: rgb(182,220,12); }
H1.HeaderClassName
{
color: #B6DC0C;
}
.AnyTagClassName
{
color: #B6DC0C;
}
</style>
background-color css
<style>
a { background-color: #B6DC0C; }
a { background-color: rgb(182,220,12); }
div.DivClassName
{
background-color: #B6DC0C;
}
.BgClassName
{
background-color: #B6DC0C;
}
</style>
border-color css
<style>
span { border-color: #B6DC0C; }
span { border-color: rgb(182,220,12); }
td.TdClassName
{
border-color: #B6DC0C;
}
.TagClassName
{
border-color: #B6DC0C;
}
</style>