Shades of Inch Worm #BBDE17
Tints of Inch Worm #BBDE17
RGB
CMYK
RGB Variations
Color information
#BBDE17 (or 0xBBDE17) is known color: Inch Worm. HEX triplet: BB, DE and 17. RGB value is (187,222,23). Sum of RGB (Red+Green+Blue) = 187+222+23=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 23 (9.38% from 255 or 5.32% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDE17 is #4421E8. Grayscale: #BDBDBD. Windows color (decimal): -4465129 or 1564347. OLE color: 1564347.
HSL color Cylindrical-coordinate representation of color #BBDE17: hue angle of 70.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBDE17 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 23 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.13 |
| HSL | 70.55º | 0.81% | 0.48% | - |
| HSV(B) | 70.55º | 0.9% | 0.87% | - |
| XYZ | 46.77 | 62.87 | 10.48 | - |
| YUV | 188.85 | 34.4 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 23 | 0.16 | 0 | 0.90 | 0.13 | 70.55 | 0.81 | 0.48 |
| Hex | BB | DE | 17 | 10 | 0 | 5A | D | 47 | 51 | 30 |
| Octal | 273 | 336 | 27 | 20 | 0 | 132 | 15 | 107 | 121 | 60 |
| Binary | 10111011 | 11011110 | 10111 | 10000 | 0 | 1011010 | 1101 | 1000111 | 1010001 | 110000 |
Color Harmonies of #BBDE17
Complementary color
Monochromatic Colors of #BBDE17
Black with #BBDE17
Text Example
Text Example
White with #BBDE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE17; }
p { color: rgb(187,222,23); }
H1.HeaderClassName
{
color: #BBDE17;
}
.AnyTagClassName
{
color: #BBDE17;
}
</style>
background-color css
<style>
a { background-color: #BBDE17; }
a { background-color: rgb(187,222,23); }
div.DivClassName
{
background-color: #BBDE17;
}
.BgClassName
{
background-color: #BBDE17;
}
</style>
border-color css
<style>
span { border-color: #BBDE17; }
span { border-color: rgb(187,222,23); }
td.TdClassName
{
border-color: #BBDE17;
}
.TagClassName
{
border-color: #BBDE17;
}
</style>