Shades of Inch Worm #B2DC1B
Tints of Inch Worm #B2DC1B
RGB
CMYK
RGB Variations
Color information
#B2DC1B (or 0xB2DC1B) is known color: Inch Worm. HEX triplet: B2, DC and 1B. RGB value is (178,220,27). Sum of RGB (Red+Green+Blue) = 178+220+27=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC1B is #4D23E4. Grayscale: #BABABA. Windows color (decimal): -5055461 or 1825970. OLE color: 1825970.
HSL color Cylindrical-coordinate representation of color #B2DC1B: hue angle of 73.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2DC1B is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 27 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.14 |
| HSL | 73.06º | 0.78% | 0.48% | - |
| HSV(B) | 73.06º | 0.88% | 0.86% | - |
| XYZ | 44.15 | 60.73 | 10.43 | - |
| YUV | 185.44 | 38.59 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 27 | 0.19 | 0 | 0.88 | 0.14 | 73.06 | 0.78 | 0.48 |
| Hex | B2 | DC | 1B | 13 | 0 | 58 | E | 49 | 4E | 30 |
| Octal | 262 | 334 | 33 | 23 | 0 | 130 | 16 | 111 | 116 | 60 |
| Binary | 10110010 | 11011100 | 11011 | 10011 | 0 | 1011000 | 1110 | 1001001 | 1001110 | 110000 |
Color Harmonies of #B2DC1B
Complementary color
Monochromatic Colors of #B2DC1B
Black with #B2DC1B
Text Example
Text Example
White with #B2DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC1B; }
p { color: rgb(178,220,27); }
H1.HeaderClassName
{
color: #B2DC1B;
}
.AnyTagClassName
{
color: #B2DC1B;
}
</style>
background-color css
<style>
a { background-color: #B2DC1B; }
a { background-color: rgb(178,220,27); }
div.DivClassName
{
background-color: #B2DC1B;
}
.BgClassName
{
background-color: #B2DC1B;
}
</style>
border-color css
<style>
span { border-color: #B2DC1B; }
span { border-color: rgb(178,220,27); }
td.TdClassName
{
border-color: #B2DC1B;
}
.TagClassName
{
border-color: #B2DC1B;
}
</style>