Shades of Inch Worm #B2DD1A
Tints of Inch Worm #B2DD1A
RGB
CMYK
RGB Variations
Color information
#B2DD1A (or 0xB2DD1A) is known color: Inch Worm. HEX triplet: B2, DD and 1A. RGB value is (178,221,26). Sum of RGB (Red+Green+Blue) = 178+221+26=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD1A is #4D22E5. Grayscale: #BABABA. Windows color (decimal): -5055206 or 1760690. OLE color: 1760690.
HSL color Cylindrical-coordinate representation of color #B2DD1A: hue angle of 73.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2DD1A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 26 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.13 |
| HSL | 73.23º | 0.79% | 0.48% | - |
| HSV(B) | 73.23º | 0.88% | 0.87% | - |
| XYZ | 44.4 | 61.25 | 10.46 | - |
| YUV | 185.91 | 37.75 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 26 | 0.19 | 0 | 0.88 | 0.13 | 73.23 | 0.79 | 0.48 |
| Hex | B2 | DD | 1A | 13 | 0 | 58 | D | 49 | 4F | 30 |
| Octal | 262 | 335 | 32 | 23 | 0 | 130 | 15 | 111 | 117 | 60 |
| Binary | 10110010 | 11011101 | 11010 | 10011 | 0 | 1011000 | 1101 | 1001001 | 1001111 | 110000 |
Color Harmonies of #B2DD1A
Complementary color
Monochromatic Colors of #B2DD1A
Black with #B2DD1A
Text Example
Text Example
White with #B2DD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD1A; }
p { color: rgb(178,221,26); }
H1.HeaderClassName
{
color: #B2DD1A;
}
.AnyTagClassName
{
color: #B2DD1A;
}
</style>
background-color css
<style>
a { background-color: #B2DD1A; }
a { background-color: rgb(178,221,26); }
div.DivClassName
{
background-color: #B2DD1A;
}
.BgClassName
{
background-color: #B2DD1A;
}
</style>
border-color css
<style>
span { border-color: #B2DD1A; }
span { border-color: rgb(178,221,26); }
td.TdClassName
{
border-color: #B2DD1A;
}
.TagClassName
{
border-color: #B2DD1A;
}
</style>