Shades of Inch Worm #BBDE1E
Tints of Inch Worm #BBDE1E
RGB
CMYK
RGB Variations
Color information
#BBDE1E (or 0xBBDE1E) is known color: Inch Worm. HEX triplet: BB, DE and 1E. RGB value is (187,222,30). Sum of RGB (Red+Green+Blue) = 187+222+30=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE1E is #4421E1. Grayscale: #BEBEBE. Windows color (decimal): -4465122 or 2023099. OLE color: 2023099.
HSL color Cylindrical-coordinate representation of color #BBDE1E: hue angle of 70.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBDE1E is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 30 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.13 |
| HSL | 70.94º | 0.76% | 0.49% | - |
| HSV(B) | 70.94º | 0.86% | 0.87% | - |
| XYZ | 46.85 | 62.9 | 10.9 | - |
| YUV | 189.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 30 | 0.16 | 0 | 0.86 | 0.13 | 70.94 | 0.76 | 0.49 |
| Hex | BB | DE | 1E | 10 | 0 | 56 | D | 47 | 4C | 31 |
| Octal | 273 | 336 | 36 | 20 | 0 | 126 | 15 | 107 | 114 | 61 |
| Binary | 10111011 | 11011110 | 11110 | 10000 | 0 | 1010110 | 1101 | 1000111 | 1001100 | 110001 |
Color Harmonies of #BBDE1E
Complementary color
Monochromatic Colors of #BBDE1E
Black with #BBDE1E
Text Example
Text Example
White with #BBDE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE1E; }
p { color: rgb(187,222,30); }
H1.HeaderClassName
{
color: #BBDE1E;
}
.AnyTagClassName
{
color: #BBDE1E;
}
</style>
background-color css
<style>
a { background-color: #BBDE1E; }
a { background-color: rgb(187,222,30); }
div.DivClassName
{
background-color: #BBDE1E;
}
.BgClassName
{
background-color: #BBDE1E;
}
</style>
border-color css
<style>
span { border-color: #BBDE1E; }
span { border-color: rgb(187,222,30); }
td.TdClassName
{
border-color: #BBDE1E;
}
.TagClassName
{
border-color: #BBDE1E;
}
</style>