Shades of Inch Worm #B6DF1A
Tints of Inch Worm #B6DF1A
RGB
CMYK
RGB Variations
Color information
#B6DF1A (or 0xB6DF1A) is known color: Inch Worm. HEX triplet: B6, DF and 1A. RGB value is (182,223,26). Sum of RGB (Red+Green+Blue) = 182+223+26=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF1A is #4920E5. Grayscale: #BDBDBD. Windows color (decimal): -4792550 or 1761206. OLE color: 1761206.
HSL color Cylindrical-coordinate representation of color #B6DF1A: hue angle of 72.49º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6DF1A is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 26 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.13 |
| HSL | 72.49º | 0.79% | 0.49% | - |
| HSV(B) | 72.49º | 0.88% | 0.87% | - |
| XYZ | 45.87 | 62.8 | 10.68 | - |
| YUV | 188.28 | 36.42 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 26 | 0.18 | 0 | 0.88 | 0.13 | 72.49 | 0.79 | 0.49 |
| Hex | B6 | DF | 1A | 12 | 0 | 58 | D | 48 | 4F | 31 |
| Octal | 266 | 337 | 32 | 22 | 0 | 130 | 15 | 110 | 117 | 61 |
| Binary | 10110110 | 11011111 | 11010 | 10010 | 0 | 1011000 | 1101 | 1001000 | 1001111 | 110001 |
Color Harmonies of #B6DF1A
Complementary color
Monochromatic Colors of #B6DF1A
Black with #B6DF1A
Text Example
Text Example
White with #B6DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF1A; }
p { color: rgb(182,223,26); }
H1.HeaderClassName
{
color: #B6DF1A;
}
.AnyTagClassName
{
color: #B6DF1A;
}
</style>
background-color css
<style>
a { background-color: #B6DF1A; }
a { background-color: rgb(182,223,26); }
div.DivClassName
{
background-color: #B6DF1A;
}
.BgClassName
{
background-color: #B6DF1A;
}
</style>
border-color css
<style>
span { border-color: #B6DF1A; }
span { border-color: rgb(182,223,26); }
td.TdClassName
{
border-color: #B6DF1A;
}
.TagClassName
{
border-color: #B6DF1A;
}
</style>